#ACA18A

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

Shades of Napa #ACA18A

Tints of Napa #ACA18A

Color information

#ACA18A (or 0xACA18A) is unknown color: approx Napa. HEX triplet: AC, A1 and 8A. RGB value is (172,161,138). Sum of RGB (Red+Green+Blue) = 172+161+138=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18A is #535E75. Grayscale: #A1A1A1. Windows color (decimal): -5463670 or 9085356. OLE color: 9085356.

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

Color convert

RGB172161138-
CMYK00.060.200.33
HSL40.59º17%60.78%-
HSV(B)40.59º19.77%67.45%-
XYZ34.3536.129.2-
YUV161.67114.64135.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=36.52%
G=34.18%
B=29.30%

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
Decimal17216113800.060.200.3340.591760.78
HexACA18A06142129113d
Octal254241212062441512175
Binary10101100101000011000101001101010010000110100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA18A; }

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

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

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

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

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

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

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

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