#ACA083

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

Shades of Napa #ACA083

Tints of Napa #ACA083

Color information

#ACA083 (or 0xACA083) is unknown color: approx Napa. HEX triplet: AC, A0 and 83. RGB value is (172,160,131). Sum of RGB (Red+Green+Blue) = 172+160+131=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA083 is #535F7C. Grayscale: #A0A0A0. Windows color (decimal): -5463933 or 8626348. OLE color: 8626348.

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

Color convert

RGB172160131-
CMYK00.070.240.33
HSL42.44º19.81%59.41%-
HSV(B)42.44º23.84%67.45%-
XYZ33.6835.5526.56-
YUV160.28111.48136.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=37.15%
G=34.56%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216013100.070.240.3342.4419.8159.41
HexACA0830718212a143b
Octal254240203073041522473
Binary10101100101000001000001101111100010000110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA083; }

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

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

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

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

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

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

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

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