#ACA28C

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

Shades of Napa #ACA28C

Tints of Napa #ACA28C

Color information

#ACA28C (or 0xACA28C) is unknown color: approx Napa. HEX triplet: AC, A2 and 8C. RGB value is (172,162,140). Sum of RGB (Red+Green+Blue) = 172+162+140=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28C is #535D73. Grayscale: #A2A2A2. Windows color (decimal): -5463412 or 9216684. OLE color: 9216684.

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

Color convert

RGB172162140-
CMYK00.060.190.33
HSL41.25º16.16%61.18%-
HSV(B)41.25º18.6%67.45%-
XYZ34.6736.530.03-
YUV162.48115.31134.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=36.29%
G=34.18%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214000.060.190.3341.2516.1661.18
HexACA28C06132129103d
Octal254242214062341512075
Binary10101100101000101000110001101001110000110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA28C; }

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

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

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

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

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

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

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

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