#ACA18D

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

Shades of Napa #ACA18D

Tints of Napa #ACA18D

Color information

#ACA18D (or 0xACA18D) is unknown color: approx Napa. HEX triplet: AC, A1 and 8D. RGB value is (172,161,141). Sum of RGB (Red+Green+Blue) = 172+161+141=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA18D is #535E72. Grayscale: #A2A2A2. Windows color (decimal): -5463667 or 9281964. OLE color: 9281964.

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

Color convert

RGB172161141-
CMYK00.060.180.33
HSL38.71º15.74%61.37%-
HSV(B)38.71º18.02%67.45%-
XYZ34.5736.1830.36-
YUV162.01116.14135.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 161 (63.28% from 255) = 33.97%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=36.29%
G=33.97%
B=29.75%

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
Decimal17216114100.060.180.3338.7115.7461.37
HexACA18D06122127103d
Octal254241215062241472075
Binary10101100101000011000110101101001010000110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA18D; }

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

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

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

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

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

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

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

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