Html Css Color HEX #AAA58B Neutral Green

📋 copy color: '#AAA58B'

red 170 ◦ green 165 ◦ blue 139

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

Shades of Neutral Green #AAA58B

Tints of Neutral Green #AAA58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 35.86%
G = 34.81%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AAA58B (or 0xAAA58B) is known color: Neutral Green. HEX triplet: AA, A5 and 8B. RGB value is (170,165,139). Sum of RGB (Red+Green+Blue) = 170+165+139=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA58B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA58B is #555A74. Grayscale: #A3A3A3. Windows color (decimal): -5593717 or 9151914. OLE color: 9151914.

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

Color convert

RGB 170 165 139 -
CMYK 0 0.03 0.18 0.33
HSL 50.32º 0.15% 0.61% -
HSV(B) 50.32º 0.18% 0.67% -
XYZ 34.69 37.32 29.8 -
YUV 163.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 170 165 139 0 0.03 0.18 0.33 50.32 0.15 0.61
Hex AA A5 8B 0 3 12 21 32 F 3D
Octal 252 245 213 0 3 22 41 62 17 75
Binary 10101010 10100101 10001011 0 11 10010 100001 110010 1111 111101

Color Harmonies of #AAA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA58B

Black with #AAA58B

Text Example


Text Example

White with #AAA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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