#ACA187

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

Shades of Napa #ACA187

Tints of Napa #ACA187

Color information

#ACA187 (or 0xACA187) is unknown color: approx Napa. HEX triplet: AC, A1 and 87. RGB value is (172,161,135). Sum of RGB (Red+Green+Blue) = 172+161+135=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA187 is #535E78. Grayscale: #A1A1A1. Windows color (decimal): -5463673 or 8888748. OLE color: 8888748.

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

Color convert

RGB172161135-
CMYK00.060.220.33
HSL42.16º18.23%60.2%-
HSV(B)42.16º21.51%67.45%-
XYZ34.1336.0128.07-
YUV161.32113.14135.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=36.75%
G=34.40%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216113500.060.220.3342.1618.2360.2
HexACA1870616212a123c
Octal254241207062641522274
Binary10101100101000011000011101101011010000110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA187; }

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

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

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

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

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

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

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

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