Html Css Color HEX #AC9E80 Napa

📋 copy color: '#AC9E80'

red 172 ◦ green 158 ◦ blue 128

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

Shades of Napa #AC9E80

Tints of Napa #AC9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 128 (50.39% from 255) = 27.95%

R = 37.55%
G = 34.5%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC9E80 (or 0xAC9E80) is known color: Napa. HEX triplet: AC, 9E and 80. RGB value is (172,158,128). Sum of RGB (Red+Green+Blue) = 172+158+128=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E80 is #53617F. Grayscale: #9E9E9E. Windows color (decimal): -5464448 or 8429228. OLE color: 8429228.

HSL color Cylindrical-coordinate representation of color #AC9E80: hue angle of 40.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9E80 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 128 -
CMYK 0 0.08 0.26 0.33
HSL 40.91º 0.21% 0.59% -
HSV(B) 40.91º 0.26% 0.67% -
XYZ 33.14 34.78 25.39 -
YUV 158.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 172 158 128 0 0.08 0.26 0.33 40.91 0.21 0.59
Hex AC 9E 80 0 8 1A 21 29 15 3B
Octal 254 236 200 0 10 32 41 51 25 73
Binary 10101100 10011110 10000000 0 1000 11010 100001 101001 10101 111011

Color Harmonies of #AC9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E80

Black with #AC9E80

Text Example


Text Example

White with #AC9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E80; }

 p { color: rgb(172,158,128); }

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

background-color css

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

 a { background-color: rgb(172,158,128); }

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

border-color css

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

 span { border-color: rgb(172,158,128); }

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