Html Css Color HEX #AAAB65 Olive Green

📋 copy color: '#AAAB65'

red 170 ◦ green 171 ◦ blue 101

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

Shades of Olive Green #AAAB65

Tints of Olive Green #AAAB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 38.46%
G = 38.69%
B = 22.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AAAB65 (or 0xAAAB65) is known color: Olive Green. HEX triplet: AA, AB and 65. RGB value is (170,171,101). Sum of RGB (Red+Green+Blue) = 170+171+101=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB65 is #55549A. Grayscale: #A3A3A3. Windows color (decimal): -5592219 or 6663082. OLE color: 6663082.

HSL color Cylindrical-coordinate representation of color #AAAB65: hue angle of 60.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAAB65 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 101 -
CMYK 0.01 0 0.41 0.33
HSL 60.86º 0.29% 0.53% -
HSV(B) 60.86º 0.41% 0.67% -
XYZ 33.49 38.61 18 -
YUV 162.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 170 171 101 0.01 0 0.41 0.33 60.86 0.29 0.53
Hex AA AB 65 1 0 29 21 3D 1D 35
Octal 252 253 145 1 0 51 41 75 35 65
Binary 10101010 10101011 1100101 1 0 101001 100001 111101 11101 110101

Color Harmonies of #AAAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB65

Black with #AAAB65

Text Example


Text Example

White with #AAAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB65; }

 p { color: rgb(170,171,101); }

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

background-color css

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

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

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

border-color css

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

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

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