#ACA28A

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

Shades of Napa #ACA28A

Tints of Napa #ACA28A

Color information

#ACA28A (or 0xACA28A) is unknown color: approx Napa. HEX triplet: AC, A2 and 8A. RGB value is (172,162,138). Sum of RGB (Red+Green+Blue) = 172+162+138=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA28A is #535D75. Grayscale: #A2A2A2. Windows color (decimal): -5463414 or 9085612. OLE color: 9085612.

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

Color convert

RGB172162138-
CMYK00.060.200.33
HSL42.35º17%60.78%-
HSV(B)42.35º19.77%67.45%-
XYZ34.5236.4529.26-
YUV162.25114.31134.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=36.44%
G=34.32%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216213800.060.200.3342.351760.78
HexACA28A0614212a113d
Octal254242212062441522175
Binary10101100101000101000101001101010010000110101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA28A; }

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

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

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

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

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

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

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

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