Html Css Color HEX #AA9F83 Napa

📋 copy color: '#AA9F83'

red 170 ◦ green 159 ◦ blue 131

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

Shades of Napa #AA9F83

Tints of Napa #AA9F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 36.96%
G = 34.57%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA9F83 (or 0xAA9F83) is known color: Napa. HEX triplet: AA, 9F and 83. RGB value is (170,159,131). Sum of RGB (Red+Green+Blue) = 170+159+131=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F83 is #55607C. Grayscale: #9F9F9F. Windows color (decimal): -5595261 or 8626090. OLE color: 8626090.

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

Color convert

RGB 170 159 131 -
CMYK 0 0.06 0.23 0.33
HSL 43.08º 0.19% 0.59% -
HSV(B) 43.08º 0.23% 0.67% -
XYZ 33.07 34.98 26.48 -
YUV 159.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 170 159 131 0 0.06 0.23 0.33 43.08 0.19 0.59
Hex AA 9F 83 0 6 17 21 2B 13 3B
Octal 252 237 203 0 6 27 41 53 23 73
Binary 10101010 10011111 10000011 0 110 10111 100001 101011 10011 111011

Color Harmonies of #AA9F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F83

Black with #AA9F83

Text Example


Text Example

White with #AA9F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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