#ACA08C

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

Shades of Napa #ACA08C

Tints of Napa #ACA08C

Color information

#ACA08C (or 0xACA08C) is unknown color: approx Napa. HEX triplet: AC, A0 and 8C. RGB value is (172,160,140). Sum of RGB (Red+Green+Blue) = 172+160+140=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA08C is #535F73. Grayscale: #A1A1A1. Windows color (decimal): -5463924 or 9216172. OLE color: 9216172.

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

Color convert

RGB172160140-
CMYK00.070.190.33
HSL37.5º16.16%61.18%-
HSV(B)37.5º18.6%67.45%-
XYZ34.3235.8129.91-
YUV161.31115.98135.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=36.44%
G=33.90%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216014000.070.190.3337.516.1661.18
HexACA08C07132126103d
Octal254240214072341462075
Binary10101100101000001000110001111001110000110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA08C; }

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

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

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

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

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

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

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

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