Html Css Color HEX #AAA08B Napa

📋 copy color: '#AAA08B'

red 170 ◦ green 160 ◦ blue 139

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

Shades of Napa #AAA08B

Tints of Napa #AAA08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 36.25%
G = 34.12%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA08B (or 0xAAA08B) is known color: Napa. HEX triplet: AA, A0 and 8B. RGB value is (170,160,139). Sum of RGB (Red+Green+Blue) = 170+160+139=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA08B is #555F74. Grayscale: #A0A0A0. Windows color (decimal): -5594997 or 9150634. OLE color: 9150634.

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

Color convert

RGB 170 160 139 -
CMYK 0 0.06 0.18 0.33
HSL 40.65º 0.15% 0.61% -
HSV(B) 40.65º 0.18% 0.67% -
XYZ 33.81 35.55 29.51 -
YUV 160.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 170 160 139 0 0.06 0.18 0.33 40.65 0.15 0.61
Hex AA A0 8B 0 6 12 21 29 F 3D
Octal 252 240 213 0 6 22 41 51 17 75
Binary 10101010 10100000 10001011 0 110 10010 100001 101001 1111 111101

Color Harmonies of #AAA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA08B

Black with #AAA08B

Text Example


Text Example

White with #AAA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA08B; }

 p { color: rgb(170,160,139); }

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

background-color css

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

 a { background-color: rgb(170,160,139); }

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

border-color css

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

 span { border-color: rgb(170,160,139); }

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