#ACA38C

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

Shades of Napa #ACA38C

Tints of Napa #ACA38C

Color information

#ACA38C (or 0xACA38C) is unknown color: approx Napa. HEX triplet: AC, A3 and 8C. RGB value is (172,163,140). Sum of RGB (Red+Green+Blue) = 172+163+140=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA38C is #535C73. Grayscale: #A3A3A3. Windows color (decimal): -5463156 or 9216940. OLE color: 9216940.

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

Color convert

RGB172163140-
CMYK00.050.190.33
HSL43.13º16.16%61.18%-
HSV(B)43.13º18.6%67.45%-
XYZ34.8436.8630.09-
YUV163.07114.98134.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=36.21%
G=34.32%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216314000.050.190.3343.1316.1661.18
HexACA38C0513212b103d
Octal254243214052341532075
Binary10101100101000111000110001011001110000110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA38C; }

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

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

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

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

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

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

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

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