Html Css Color HEX #AC9E85 Napa

📋 copy color: '#AC9E85'

red 172 ◦ green 158 ◦ blue 133

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

Shades of Napa #AC9E85

Tints of Napa #AC9E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 37.15%
G = 34.13%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC9E85 (or 0xAC9E85) is known color: Napa. HEX triplet: AC, 9E and 85. RGB value is (172,158,133). Sum of RGB (Red+Green+Blue) = 172+158+133=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E85 is #53617A. Grayscale: #9F9F9F. Windows color (decimal): -5464443 or 8756908. OLE color: 8756908.

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

Color convert

RGB 172 158 133 -
CMYK 0 0.08 0.23 0.33
HSL 38.46º 0.19% 0.6% -
HSV(B) 38.46º 0.23% 0.67% -
XYZ 33.47 34.92 27.17 -
YUV 159.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 172 158 133 0 0.08 0.23 0.33 38.46 0.19 0.6
Hex AC 9E 85 0 8 17 21 26 13 3C
Octal 254 236 205 0 10 27 41 46 23 74
Binary 10101100 10011110 10000101 0 1000 10111 100001 100110 10011 111100

Color Harmonies of #AC9E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E85

Black with #AC9E85

Text Example


Text Example

White with #AC9E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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