#ACA190

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

Shades of Napa #ACA190

Tints of Napa #ACA190

Color information

#ACA190 (or 0xACA190) is unknown color: approx Napa. HEX triplet: AC, A1 and 90. RGB value is (172,161,144). Sum of RGB (Red+Green+Blue) = 172+161+144=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA190 is #535E6F. Grayscale: #A2A2A2. Windows color (decimal): -5463664 or 9478572. OLE color: 9478572.

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

Color convert

RGB172161144-
CMYK00.060.160.33
HSL36.43º14.43%61.96%-
HSV(B)36.43º16.28%67.45%-
XYZ34.7936.2731.55-
YUV162.35117.64134.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=36.06%
G=33.75%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216114400.060.160.3336.4314.4361.96
HexACA19006102124e3e
Octal254241220062041441676
Binary1010110010100001100100000110100001000011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA190; }

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

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

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

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

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

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

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

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