Html Css Color HEX #A9AE56 Olive Green

📋 copy color: '#A9AE56'

red 169 ◦ green 174 ◦ blue 86

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

Shades of Olive Green #A9AE56

Tints of Olive Green #A9AE56

RGB

 RED value IS 169 (66.41% from 255) = 39.39%

 GREEN value IS 174 (68.36% from 255) = 40.56%

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 39.39%
G = 40.56%
B = 20.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A9AE56 (or 0xA9AE56) is known color: Olive Green. HEX triplet: A9, AE and 56. RGB value is (169,174,86). Sum of RGB (Red+Green+Blue) = 169+174+86=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE56 is #5651A9. Grayscale: #A2A2A2. Windows color (decimal): -5657002 or 5680809. OLE color: 5680809.

HSL color Cylindrical-coordinate representation of color #A9AE56: hue angle of 63.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9AE56 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 174 86 -
CMYK 0.03 0 0.51 0.32
HSL 63.41º 0.35% 0.51% -
HSV(B) 63.41º 0.51% 0.68% -
XYZ 33.18 39.38 14.66 -
YUV 162.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 169 174 86 0.03 0 0.51 0.32 63.41 0.35 0.51
Hex A9 AE 56 3 0 33 20 3F 23 33
Octal 251 256 126 3 0 63 40 77 43 63
Binary 10101001 10101110 1010110 11 0 110011 100000 111111 100011 110011

Color Harmonies of #A9AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE56

Black with #A9AE56

Text Example


Text Example

White with #A9AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE56; }

 p { color: rgb(169,174,86); }

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

background-color css

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

 a { background-color: rgb(169,174,86); }

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

border-color css

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

 span { border-color: rgb(169,174,86); }

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