#AD904B

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

Shades of Turmeric #AD904B

Tints of Turmeric #AD904B

Color information

#AD904B (or 0xAD904B) is unknown color: approx Turmeric. HEX triplet: AD, 90 and 4B. RGB value is (173,144,75). Sum of RGB (Red+Green+Blue) = 173+144+75=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD904B is #526FB4. Grayscale: #919191. Windows color (decimal): -5402549 or 4952237. OLE color: 4952237.

HSL color Cylindrical-coordinate representation of color #AD904B: hue angle of 42.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD904B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17314475-
CMYK00.170.570.32
HSL42.24º39.52%48.63%-
HSV(B)42.24º56.65%67.84%-
XYZ28.4829.3410.82-
YUV144.888.61148.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=44.13%
G=36.73%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731447500.170.570.3242.2439.5248.63
HexAD904B01139202a2831
Octal2552201130217140525061
Binary10101101100100001001011010001111001100000101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD904B; }

 p { color: rgb(173,144,75); }

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

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

 a { background-color: rgb(173,144,75); }

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

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

 span { border-color: rgb(173,144,75); }

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