Html Css Color HEX #AAB162 Olive Green

📋 copy color: '#AAB162'

red 170 ◦ green 177 ◦ blue 98

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

Shades of Olive Green #AAB162

Tints of Olive Green #AAB162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 38.2%
G = 39.78%
B = 22.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AAB162 (or 0xAAB162) is known color: Olive Green. HEX triplet: AA, B1 and 62. RGB value is (170,177,98). Sum of RGB (Red+Green+Blue) = 170+177+98=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB162 is #554E9D. Grayscale: #A6A6A6. Windows color (decimal): -5590686 or 6468010. OLE color: 6468010.

HSL color Cylindrical-coordinate representation of color #AAB162: hue angle of 65.32º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAB162 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 98 -
CMYK 0.04 0 0.45 0.31
HSL 65.32º 0.34% 0.54% -
HSV(B) 65.32º 0.45% 0.69% -
XYZ 34.5 40.87 17.63 -
YUV 165.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 170 177 98 0.04 0 0.45 0.31 65.32 0.34 0.54
Hex AA B1 62 4 0 2D 1F 41 22 36
Octal 252 261 142 4 0 55 37 101 42 66
Binary 10101010 10110001 1100010 100 0 101101 11111 1000001 100010 110110

Color Harmonies of #AAB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB162

Black with #AAB162

Text Example


Text Example

White with #AAB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB162; }

 p { color: rgb(170,177,98); }

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

background-color css

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

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

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

border-color css

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

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

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