#ACA38D

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

Shades of Napa #ACA38D

Tints of Napa #ACA38D

Color information

#ACA38D (or 0xACA38D) is unknown color: approx Napa. HEX triplet: AC, A3 and 8D. RGB value is (172,163,141). Sum of RGB (Red+Green+Blue) = 172+163+141=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA38D is #535C72. Grayscale: #A3A3A3. Windows color (decimal): -5463155 or 9282476. OLE color: 9282476.

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

Color convert

RGB172163141-
CMYK00.050.180.33
HSL42.58º15.74%61.37%-
HSV(B)42.58º18.02%67.45%-
XYZ34.9236.8930.48-
YUV163.18115.48134.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=36.13%
G=34.24%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216314100.050.180.3342.5815.7461.37
HexACA38D0512212b103d
Octal254243215052241532075
Binary10101100101000111000110101011001010000110101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA38D; }

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

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

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

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

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

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

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

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