#ACA185

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

Shades of Napa #ACA185

Tints of Napa #ACA185

Color information

#ACA185 (or 0xACA185) is unknown color: approx Napa. HEX triplet: AC, A1 and 85. RGB value is (172,161,133). Sum of RGB (Red+Green+Blue) = 172+161+133=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA185 is #535E7A. Grayscale: #A1A1A1. Windows color (decimal): -5463675 or 8757676. OLE color: 8757676.

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

Color convert

RGB172161133-
CMYK00.060.230.33
HSL43.08º19.02%59.8%-
HSV(B)43.08º22.67%67.45%-
XYZ33.9935.9527.34-
YUV161.1112.14135.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=36.91%
G=34.55%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216113300.060.230.3343.0819.0259.8
HexACA1850617212b133c
Octal254241205062741532374
Binary10101100101000011000010101101011110000110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA185; }

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

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

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

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

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

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

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

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