#ACA085

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

Shades of Napa #ACA085

Tints of Napa #ACA085

Color information

#ACA085 (or 0xACA085) is unknown color: approx Napa. HEX triplet: AC, A0 and 85. RGB value is (172,160,133). Sum of RGB (Red+Green+Blue) = 172+160+133=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA085 is #535F7A. Grayscale: #A0A0A0. Windows color (decimal): -5463931 or 8757420. OLE color: 8757420.

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

Color convert

RGB172160133-
CMYK00.070.230.33
HSL41.54º19.02%59.8%-
HSV(B)41.54º22.67%67.45%-
XYZ33.8235.6127.28-
YUV160.51112.48136.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=36.99%
G=34.41%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216013300.070.230.3341.5419.0259.8
HexACA0850717212a133c
Octal254240205072741522374
Binary10101100101000001000010101111011110000110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA085; }

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

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

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

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

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

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

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

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