Html Css Color HEX #ACA08C Napa

📋 copy color: '#ACA08C'

red 172 ◦ green 160 ◦ blue 140

#ACA08C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Napa #ACA08C

Tints of Napa #ACA08C

RGB

 RED value IS 172 (67.58% from 255) = 36.44%

 GREEN value IS 160 (62.89% from 255) = 33.9%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 36.44%
G = 33.9%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#ACA08C (or 0xACA08C) is known color: Napa. HEX triplet: AC, A0 and 8C. RGB value is (172,160,140). Sum of RGB (Red+Green+Blue) = 172+160+140=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA08C is #535F73. Grayscale: #A1A1A1. Windows color (decimal): -5463924 or 9216172. OLE color: 9216172.

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

Color convert

RGB 172 160 140 -
CMYK 0 0.07 0.19 0.33
HSL 37.5º 0.16% 0.61% -
HSV(B) 37.5º 0.19% 0.67% -
XYZ 34.32 35.81 29.91 -
YUV 161.31 115.98 135.63 -
System Red Green Blue C M Y K H S L
Decimal 172 160 140 0 0.07 0.19 0.33 37.5 0.16 0.61
Hex AC A0 8C 0 7 13 21 26 10 3D
Octal 254 240 214 0 7 23 41 46 20 75
Binary 10101100 10100000 10001100 0 111 10011 100001 100110 10000 111101

Color Harmonies of #ACA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA08C

Black with #ACA08C

Text Example


Text Example

White with #ACA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA08C; }

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

 H1.HeaderClassName
 {
   color: #ACA08C;
 }
 .AnyTagClassName
 {
   color: #ACA08C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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