Html Css Color HEX #AAAA85 Neutral Green

📋 copy color: '#AAAA85'

red 170 ◦ green 170 ◦ blue 133

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

Shades of Neutral Green #AAAA85

Tints of Neutral Green #AAAA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 35.94%
G = 35.94%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AAAA85 (or 0xAAAA85) is known color: Neutral Green. HEX triplet: AA, AA and 85. RGB value is (170,170,133). Sum of RGB (Red+Green+Blue) = 170+170+133=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA85 is #55557A. Grayscale: #A5A5A5. Windows color (decimal): -5592443 or 8759978. OLE color: 8759978.

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

Color convert

RGB 170 170 133 -
CMYK 0 0 0.22 0.33
HSL 60º 0.18% 0.59% -
HSV(B) 60º 0.22% 0.67% -
XYZ 35.19 38.99 27.86 -
YUV 165.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 170 170 133 0 0 0.22 0.33 60 0.18 0.59
Hex AA AA 85 0 0 16 21 3C 12 3B
Octal 252 252 205 0 0 26 41 74 22 73
Binary 10101010 10101010 10000101 0 0 10110 100001 111100 10010 111011

Color Harmonies of #AAAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA85

Black with #AAAA85

Text Example


Text Example

White with #AAAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA85; }

 p { color: rgb(170,170,133); }

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

background-color css

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

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

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

border-color css

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

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

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