#ACA08E

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

Shades of Napa #ACA08E

Tints of Napa #ACA08E

Color information

#ACA08E (or 0xACA08E) is unknown color: approx Napa. HEX triplet: AC, A0 and 8E. RGB value is (172,160,142). Sum of RGB (Red+Green+Blue) = 172+160+142=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA08E is #535F71. Grayscale: #A1A1A1. Windows color (decimal): -5463922 or 9347244. OLE color: 9347244.

HSL color Cylindrical-coordinate representation of color #ACA08E: hue angle of 36º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACA08E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172160142-
CMYK00.070.170.33
HSL36º15.31%61.57%-
HSV(B)36º17.44%67.45%-
XYZ34.4735.8730.7-
YUV161.54116.98135.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=36.29%
G=33.76%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216014200.070.170.333615.3161.57
HexACA08E07112124f3e
Octal254240216072141441776
Binary1010110010100000100011100111100011000011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA08E; }

 p { color: rgb(172,160,142); }

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

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

 a { background-color: rgb(172,160,142); }

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

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

 span { border-color: rgb(172,160,142); }

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