#ACA288

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

Shades of Napa #ACA288

Tints of Napa #ACA288

Color information

#ACA288 (or 0xACA288) is unknown color: approx Napa. HEX triplet: AC, A2 and 88. RGB value is (172,162,136). Sum of RGB (Red+Green+Blue) = 172+162+136=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA288 is #535D77. Grayscale: #A2A2A2. Windows color (decimal): -5463416 or 8954540. OLE color: 8954540.

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

Color convert

RGB172162136-
CMYK00.060.210.33
HSL43.33º17.82%60.39%-
HSV(B)43.33º20.93%67.45%-
XYZ34.3836.3928.5-
YUV162.03113.31135.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 162 (63.67% from 255) = 34.47%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=36.60%
G=34.47%
B=28.94%

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
Decimal17216213600.060.210.3343.3317.8260.39
HexACA2880615212b123c
Octal254242210062541532274
Binary10101100101000101000100001101010110000110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA288; }

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

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

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

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

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

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

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

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