#ACA28D

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

Shades of Napa #ACA28D

Tints of Napa #ACA28D

Color information

#ACA28D (or 0xACA28D) is unknown color: approx Napa. HEX triplet: AC, A2 and 8D. RGB value is (172,162,141). Sum of RGB (Red+Green+Blue) = 172+162+141=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28D is #535D72. Grayscale: #A2A2A2. Windows color (decimal): -5463411 or 9282220. OLE color: 9282220.

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

Color convert

RGB172162141-
CMYK00.060.180.33
HSL40.65º15.74%61.37%-
HSV(B)40.65º18.02%67.45%-
XYZ34.7436.5330.42-
YUV162.6115.81134.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=36.21%
G=34.11%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216214100.060.180.3340.6515.7461.37
HexACA28D06122129103d
Octal254242215062241512075
Binary10101100101000101000110101101001010000110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA28D; }

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

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

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

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

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

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

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

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