#AD8B48

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

Shades of Turmeric #AD8B48

Tints of Turmeric #AD8B48

Color information

#AD8B48 (or 0xAD8B48) is unknown color: approx Turmeric. HEX triplet: AD, 8B and 48. RGB value is (173,139,72). Sum of RGB (Red+Green+Blue) = 173+139+72=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B48 is #5274B7. Grayscale: #8D8D8D. Windows color (decimal): -5403832 or 4754349. OLE color: 4754349.

HSL color Cylindrical-coordinate representation of color #AD8B48: hue angle of 39.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD8B48 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17313972-
CMYK00.200.580.32
HSL39.8º41.22%48.04%-
HSV(B)39.8º58.38%67.84%-
XYZ27.6427.8210.04-
YUV141.5388.76150.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 139 (54.69% from 255) = 36.20%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=45.05%
G=36.20%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731397200.200.580.3239.841.2248.04
HexAD8B480143A20282930
Octal2552131100247240505160
Binary10101101100010111001000010100111010100000101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B48; }

 p { color: rgb(173,139,72); }

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

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

 a { background-color: rgb(173,139,72); }

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

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

 span { border-color: rgb(173,139,72); }

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