Html Css Color HEX #AAA38E Napa

📋 copy color: '#AAA38E'

red 170 ◦ green 163 ◦ blue 142

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

Shades of Napa #AAA38E

Tints of Napa #AAA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 35.79%
G = 34.32%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AAA38E (or 0xAAA38E) is known color: Napa. HEX triplet: AA, A3 and 8E. RGB value is (170,163,142). Sum of RGB (Red+Green+Blue) = 170+163+142=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38E is #555C71. Grayscale: #A2A2A2. Windows color (decimal): -5594226 or 9348010. OLE color: 9348010.

HSL color Cylindrical-coordinate representation of color #AAA38E: hue angle of 45º 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 #AAA38E is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 163 142 -
CMYK 0 0.04 0.16 0.33
HSL 45º 0.14% 0.61% -
HSV(B) 45º 0.16% 0.67% -
XYZ 34.56 36.69 30.85 -
YUV 162.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 170 163 142 0 0.04 0.16 0.33 45 0.14 0.61
Hex AA A3 8E 0 4 10 21 2D E 3D
Octal 252 243 216 0 4 20 41 55 16 75
Binary 10101010 10100011 10001110 0 100 10000 100001 101101 1110 111101

Color Harmonies of #AAA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA38E

Black with #AAA38E

Text Example


Text Example

White with #AAA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA38E; }

 p { color: rgb(170,163,142); }

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

background-color css

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

 a { background-color: rgb(170,163,142); }

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

border-color css

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

 span { border-color: rgb(170,163,142); }

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