#ACA089

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

Shades of Napa #ACA089

Tints of Napa #ACA089

Color information

#ACA089 (or 0xACA089) is unknown color: approx Napa. HEX triplet: AC, A0 and 89. RGB value is (172,160,137). Sum of RGB (Red+Green+Blue) = 172+160+137=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA089 is #535F76. Grayscale: #A1A1A1. Windows color (decimal): -5463927 or 9019564. OLE color: 9019564.

HSL color Cylindrical-coordinate representation of color #ACA089: hue angle of 39.43º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACA089 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172160137-
CMYK00.070.200.33
HSL39.43º17.41%60.59%-
HSV(B)39.43º20.35%67.45%-
XYZ34.135.7228.76-
YUV160.97114.48135.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=36.67%
G=34.12%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216013700.070.200.3339.4317.4160.59
HexACA08907142127113d
Octal254240211072441472175
Binary10101100101000001000100101111010010000110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA089; }

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

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

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

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

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

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

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

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