#A5993F

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

Shades of Turmeric #A5993F

Tints of Turmeric #A5993F

Color information

#A5993F (or 0xA5993F) is unknown color: approx Turmeric. HEX triplet: A5, 99 and 3F. RGB value is (165,153,63). Sum of RGB (Red+Green+Blue) = 165+153+63=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5993F is #5A66C0. Grayscale: #929292. Windows color (decimal): -5924545 or 4168101. OLE color: 4168101.

HSL color Cylindrical-coordinate representation of color #A5993F: hue angle of 52.94º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5993F is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16515363-
CMYK00.070.620.35
HSL52.94º44.74%44.71%-
HSV(B)52.94º61.82%64.71%-
XYZ27.8131.149.25-
YUV146.3380.98141.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 63 (25% from 255) = 16.54%
R=43.31%
G=40.16%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651536300.070.620.3552.9444.7444.71
HexA5993F073E23352d2d
Octal24523177077643655555
Binary10100101100110011111110111111110100011110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5993F; }

 p { color: rgb(165,153,63); }

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

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

 a { background-color: rgb(165,153,63); }

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

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

 span { border-color: rgb(165,153,63); }

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