#A58F4B

Color #A58F4B Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #A58F4B

Tints of Turmeric #A58F4B

Color information

#A58F4B (or 0xA58F4B) is unknown color: approx Turmeric. HEX triplet: A5, 8F and 4B. RGB value is (165,143,75). Sum of RGB (Red+Green+Blue) = 165+143+75=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F4B is #5A70B4. Grayscale: #8E8E8E. Windows color (decimal): -5927093 or 4951973. OLE color: 4951973.

HSL color Cylindrical-coordinate representation of color #A58F4B: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A58F4B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16514375-
CMYK00.130.550.35
HSL45.33º37.5%47.06%-
HSV(B)45.33º54.55%64.71%-
XYZ26.6128.1510.69-
YUV141.8390.29144.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=43.08%
G=37.34%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651437500.130.550.3545.3337.547.06
HexA58F4B0D37232d262f
Octal2452171130156743554657
Binary1010010110001111100101101101110111100011101101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F4B; }

 p { color: rgb(165,143,75); }

 H1.HeaderClassName
 {
   color: #A58F4B;
 }
 .AnyTagClassName
 {
   color: #A58F4B;
 }
</style>
background-color css

<style>
 a { background-color: #A58F4B; }

 a { background-color: rgb(165,143,75); }

 div.DivClassName
 {
   background-color: #A58F4B;
 }
 .BgClassName
 {
   background-color: #A58F4B;
 }
</style>
border-color css

<style>
 span { border-color: #A58F4B; }

 span { border-color: rgb(165,143,75); }

 td.TdClassName
 {
   border-color: #A58F4B;
 }
 .TagClassName
 {
   border-color: #A58F4B;
 }
</style>