Html Css Color HEX #AA9F8F Napa

📋 copy color: '#AA9F8F'

red 170 ◦ green 159 ◦ blue 143

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

Shades of Napa #AA9F8F

Tints of Napa #AA9F8F

RGB

 RED value IS 170 (66.8% from 255) = 36.02%

 GREEN value IS 159 (62.5% from 255) = 33.69%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 36.02%
G = 33.69%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA9F8F (or 0xAA9F8F) is known color: Napa. HEX triplet: AA, 9F and 8F. RGB value is (170,159,143). Sum of RGB (Red+Green+Blue) = 170+159+143=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8F is #556070. Grayscale: #A0A0A0. Windows color (decimal): -5595249 or 9412522. OLE color: 9412522.

HSL color Cylindrical-coordinate representation of color #AA9F8F: hue angle of 35.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9F8F is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 143 -
CMYK 0 0.06 0.16 0.33
HSL 35.56º 0.14% 0.61% -
HSV(B) 35.56º 0.16% 0.67% -
XYZ 33.93 35.33 31.02 -
YUV 160.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 170 159 143 0 0.06 0.16 0.33 35.56 0.14 0.61
Hex AA 9F 8F 0 6 10 21 24 E 3D
Octal 252 237 217 0 6 20 41 44 16 75
Binary 10101010 10011111 10001111 0 110 10000 100001 100100 1110 111101

Color Harmonies of #AA9F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F8F

Black with #AA9F8F

Text Example


Text Example

White with #AA9F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F8F; }

 p { color: rgb(170,159,143); }

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

background-color css

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

 a { background-color: rgb(170,159,143); }

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

border-color css

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

 span { border-color: rgb(170,159,143); }

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