#ACA188

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

Shades of Napa #ACA188

Tints of Napa #ACA188

Color information

#ACA188 (or 0xACA188) is unknown color: approx Napa. HEX triplet: AC, A1 and 88. RGB value is (172,161,136). Sum of RGB (Red+Green+Blue) = 172+161+136=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA188 is #535E77. Grayscale: #A1A1A1. Windows color (decimal): -5463672 or 8954284. OLE color: 8954284.

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

Color convert

RGB172161136-
CMYK00.060.210.33
HSL41.67º17.82%60.39%-
HSV(B)41.67º20.93%67.45%-
XYZ34.236.0428.45-
YUV161.44113.64135.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=36.67%
G=34.33%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216113600.060.210.3341.6717.8260.39
HexACA1880615212a123c
Octal254241210062541522274
Binary10101100101000011000100001101010110000110101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA188; }

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

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

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

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

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

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

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

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