#ACA28E

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

Shades of Napa #ACA28E

Tints of Napa #ACA28E

Color information

#ACA28E (or 0xACA28E) is unknown color: approx Napa. HEX triplet: AC, A2 and 8E. RGB value is (172,162,142). Sum of RGB (Red+Green+Blue) = 172+162+142=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28E is #535D71. Grayscale: #A2A2A2. Windows color (decimal): -5463410 or 9347756. OLE color: 9347756.

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

Color convert

RGB172162142-
CMYK00.060.170.33
HSL40º15.31%61.57%-
HSV(B)40º17.44%67.45%-
XYZ34.8236.5630.81-
YUV162.71116.31134.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=36.13%
G=34.03%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214200.060.170.334015.3161.57
HexACA28E06112128f3e
Octal254242216062141501776
Binary1010110010100010100011100110100011000011010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA28E; }

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

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

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

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

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

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

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

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