#ACA08D

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

Shades of Napa #ACA08D

Tints of Napa #ACA08D

Color information

#ACA08D (or 0xACA08D) is unknown color: approx Napa. HEX triplet: AC, A0 and 8D. RGB value is (172,160,141). Sum of RGB (Red+Green+Blue) = 172+160+141=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA08D is #535F72. Grayscale: #A1A1A1. Windows color (decimal): -5463923 or 9281708. OLE color: 9281708.

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

Color convert

RGB172160141-
CMYK00.070.180.33
HSL36.77º15.74%61.37%-
HSV(B)36.77º18.02%67.45%-
XYZ34.3935.8430.3-
YUV161.42116.48135.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=36.36%
G=33.83%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216014100.070.180.3336.7715.7461.37
HexACA08D07122125103d
Octal254240215072241452075
Binary10101100101000001000110101111001010000110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA08D; }

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

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

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

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

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

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

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

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