#ACA18C

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

Shades of Napa #ACA18C

Tints of Napa #ACA18C

Color information

#ACA18C (or 0xACA18C) is unknown color: approx Napa. HEX triplet: AC, A1 and 8C. RGB value is (172,161,140). Sum of RGB (Red+Green+Blue) = 172+161+140=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18C is #535E73. Grayscale: #A1A1A1. Windows color (decimal): -5463668 or 9216428. OLE color: 9216428.

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

Color convert

RGB172161140-
CMYK00.060.190.33
HSL39.38º16.16%61.18%-
HSV(B)39.38º18.6%67.45%-
XYZ34.4936.1529.97-
YUV161.9115.64135.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=36.36%
G=34.04%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216114000.060.190.3339.3816.1661.18
HexACA18C06132127103d
Octal254241214062341472075
Binary10101100101000011000110001101001110000110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA18C; }

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

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

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

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

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

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

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

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