Html Css Color HEX #AAB063 Olive Green

📋 copy color: '#AAB063'

red 170 ◦ green 176 ◦ blue 99

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

Shades of Olive Green #AAB063

Tints of Olive Green #AAB063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

 BLUE value IS 99 (39.06% from 255) = 22.25%

R = 38.2%
G = 39.55%
B = 22.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AAB063 (or 0xAAB063) is known color: Olive Green. HEX triplet: AA, B0 and 63. RGB value is (170,176,99). Sum of RGB (Red+Green+Blue) = 170+176+99=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB063 is #554F9C. Grayscale: #A5A5A5. Windows color (decimal): -5590941 or 6533290. OLE color: 6533290.

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

Color convert

RGB 170 176 99 -
CMYK 0.03 0 0.44 0.31
HSL 64.68º 0.33% 0.54% -
HSV(B) 64.68º 0.44% 0.69% -
XYZ 34.36 40.5 17.81 -
YUV 165.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 170 176 99 0.03 0 0.44 0.31 64.68 0.33 0.54
Hex AA B0 63 3 0 2C 1F 41 21 36
Octal 252 260 143 3 0 54 37 101 41 66
Binary 10101010 10110000 1100011 11 0 101100 11111 1000001 100001 110110

Color Harmonies of #AAB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB063

Black with #AAB063

Text Example


Text Example

White with #AAB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB063; }

 p { color: rgb(170,176,99); }

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

background-color css

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

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

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

border-color css

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

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

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