Html Css Color HEX #AA9F90 Napa

📋 copy color: '#AA9F90'

red 170 ◦ green 159 ◦ blue 144

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

Shades of Napa #AA9F90

Tints of Napa #AA9F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 35.94%
G = 33.62%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA9F90 (or 0xAA9F90) is known color: Napa. HEX triplet: AA, 9F and 90. RGB value is (170,159,144). Sum of RGB (Red+Green+Blue) = 170+159+144=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F90 is #55606F. Grayscale: #A0A0A0. Windows color (decimal): -5595248 or 9478058. OLE color: 9478058.

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

Color convert

RGB 170 159 144 -
CMYK 0 0.06 0.15 0.33
HSL 34.62º 0.13% 0.62% -
HSV(B) 34.62º 0.15% 0.67% -
XYZ 34.01 35.36 31.42 -
YUV 160.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 170 159 144 0 0.06 0.15 0.33 34.62 0.13 0.62
Hex AA 9F 90 0 6 F 21 23 D 3E
Octal 252 237 220 0 6 17 41 43 15 76
Binary 10101010 10011111 10010000 0 110 1111 100001 100011 1101 111110

Color Harmonies of #AA9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F90

Black with #AA9F90

Text Example


Text Example

White with #AA9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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