#ACA08B

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

Shades of Napa #ACA08B

Tints of Napa #ACA08B

Color information

#ACA08B (or 0xACA08B) is unknown color: approx Napa. HEX triplet: AC, A0 and 8B. RGB value is (172,160,139). Sum of RGB (Red+Green+Blue) = 172+160+139=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA08B is #535F74. Grayscale: #A1A1A1. Windows color (decimal): -5463925 or 9150636. OLE color: 9150636.

HSL color Cylindrical-coordinate representation of color #ACA08B: hue angle of 38.18º degrees, saturation: 0.17, 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 #ACA08B is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172160139-
CMYK00.070.190.33
HSL38.18º16.58%60.98%-
HSV(B)38.18º19.19%67.45%-
XYZ34.2435.7829.53-
YUV161.19115.48135.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=36.52%
G=33.97%
B=29.51%

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
Decimal17216013900.070.190.3338.1816.5860.98
HexACA08B07132126113d
Octal254240213072341462175
Binary10101100101000001000101101111001110000110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA08B; }

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

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

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

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

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

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

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

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