#A5914B

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

Shades of Turmeric #A5914B

Tints of Turmeric #A5914B

Color information

#A5914B (or 0xA5914B) is unknown color: approx Turmeric. HEX triplet: A5, 91 and 4B. RGB value is (165,145,75). Sum of RGB (Red+Green+Blue) = 165+145+75=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5914B is #5A6EB4. Grayscale: #8F8F8F. Windows color (decimal): -5926581 or 4952485. OLE color: 4952485.

HSL color Cylindrical-coordinate representation of color #A5914B: hue angle of 46.67º 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 #A5914B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16514575-
CMYK00.120.550.35
HSL46.67º37.5%47.06%-
HSV(B)46.67º54.55%64.71%-
XYZ26.9128.7610.79-
YUV14389.63143.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=42.86%
G=37.66%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651457500.120.550.3546.6737.547.06
HexA5914B0C37232f262f
Octal2452211130146743574657
Binary1010010110010001100101101100110111100011101111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5914B; }

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

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

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

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

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

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

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

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