#ACA18E

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

Shades of Napa #ACA18E

Tints of Napa #ACA18E

Color information

#ACA18E (or 0xACA18E) is unknown color: approx Napa. HEX triplet: AC, A1 and 8E. RGB value is (172,161,142). Sum of RGB (Red+Green+Blue) = 172+161+142=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18E is #535E71. Grayscale: #A2A2A2. Windows color (decimal): -5463666 or 9347500. OLE color: 9347500.

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

Color convert

RGB172161142-
CMYK00.060.170.33
HSL38º15.31%61.57%-
HSV(B)38º17.44%67.45%-
XYZ34.6436.2130.76-
YUV162.12116.64135.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=36.21%
G=33.89%
B=29.89%

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
Decimal17216114200.060.170.333815.3161.57
HexACA18E06112126f3e
Octal254241216062141461776
Binary1010110010100001100011100110100011000011001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA18E; }

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

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

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

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

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

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

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

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