#ACA086

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

Shades of Napa #ACA086

Tints of Napa #ACA086

Color information

#ACA086 (or 0xACA086) is unknown color: approx Napa. HEX triplet: AC, A0 and 86. RGB value is (172,160,134). Sum of RGB (Red+Green+Blue) = 172+160+134=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA086 is #535F79. Grayscale: #A0A0A0. Windows color (decimal): -5463930 or 8822956. OLE color: 8822956.

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

Color convert

RGB172160134-
CMYK00.070.220.33
HSL41.05º18.63%60%-
HSV(B)41.05º22.09%67.45%-
XYZ33.8935.6327.65-
YUV160.62112.98136.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=36.91%
G=34.33%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216013400.070.220.3341.0518.6360
HexACA08607162129133c
Octal254240206072641512374
Binary10101100101000001000011001111011010000110100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA086; }

 p { color: rgb(172,160,134); }

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

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

 a { background-color: rgb(172,160,134); }

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

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

 span { border-color: rgb(172,160,134); }

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