#AD8C48

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

Shades of Turmeric #AD8C48

Tints of Turmeric #AD8C48

Color information

#AD8C48 (or 0xAD8C48) is unknown color: approx Turmeric. HEX triplet: AD, 8C and 48. RGB value is (173,140,72). Sum of RGB (Red+Green+Blue) = 173+140+72=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C48 is #5273B7. Grayscale: #8E8E8E. Windows color (decimal): -5403576 or 4754605. OLE color: 4754605.

HSL color Cylindrical-coordinate representation of color #AD8C48: hue angle of 40.4º 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 #AD8C48 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17314072-
CMYK00.190.580.32
HSL40.4º41.22%48.04%-
HSV(B)40.4º58.38%67.84%-
XYZ27.7828.1110.09-
YUV142.1188.43150.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=44.94%
G=36.36%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731407200.190.580.3240.441.2248.04
HexAD8C480133A20282930
Octal2552141100237240505160
Binary10101101100011001001000010011111010100000101000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8C48; }

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

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

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

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

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

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

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

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