Html Css Color HEX #A8AA57 Olive Green

📋 copy color: '#A8AA57'

red 168 ◦ green 170 ◦ blue 87

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

Shades of Olive Green #A8AA57

Tints of Olive Green #A8AA57

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

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

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 39.53%
G = 40%
B = 20.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#A8AA57 (or 0xA8AA57) is known color: Olive Green. HEX triplet: A8, AA and 57. RGB value is (168,170,87). Sum of RGB (Red+Green+Blue) = 168+170+87=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA57 is #5755A8. Grayscale: #A0A0A0. Windows color (decimal): -5723561 or 5745320. OLE color: 5745320.

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

Color convert

RGB 168 170 87 -
CMYK 0.01 0 0.49 0.33
HSL 61.45º 0.33% 0.5% -
HSV(B) 61.45º 0.49% 0.67% -
XYZ 32.24 37.76 14.61 -
YUV 159.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 168 170 87 0.01 0 0.49 0.33 61.45 0.33 0.5
Hex A8 AA 57 1 0 31 21 3D 21 32
Octal 250 252 127 1 0 61 41 75 41 62
Binary 10101000 10101010 1010111 1 0 110001 100001 111101 100001 110010

Color Harmonies of #A8AA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA57

Black with #A8AA57

Text Example


Text Example

White with #A8AA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA57; }

 p { color: rgb(168,170,87); }

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

background-color css

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

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

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

border-color css

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

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

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