Html Css Color HEX #AAB167 Olive Green

📋 copy color: '#AAB167'

red 170 ◦ green 177 ◦ blue 103

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

Shades of Olive Green #AAB167

Tints of Olive Green #AAB167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.89%

R = 37.78%
G = 39.33%
B = 22.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AAB167 (or 0xAAB167) is known color: Olive Green. HEX triplet: AA, B1 and 67. RGB value is (170,177,103). Sum of RGB (Red+Green+Blue) = 170+177+103=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB167 is #554E98. Grayscale: #A6A6A6. Windows color (decimal): -5590681 or 6795690. OLE color: 6795690.

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

Color convert

RGB 170 177 103 -
CMYK 0.04 0 0.42 0.31
HSL 65.68º 0.32% 0.55% -
HSV(B) 65.68º 0.42% 0.69% -
XYZ 34.75 40.97 18.91 -
YUV 166.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 170 177 103 0.04 0 0.42 0.31 65.68 0.32 0.55
Hex AA B1 67 4 0 2A 1F 42 20 37
Octal 252 261 147 4 0 52 37 102 40 67
Binary 10101010 10110001 1100111 100 0 101010 11111 1000010 100000 110111

Color Harmonies of #AAB167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB167

Black with #AAB167

Text Example


Text Example

White with #AAB167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB167; }

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

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

background-color css

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

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

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

border-color css

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

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

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