Html Css Color HEX #A9AE62 Olive Green

📋 copy color: '#A9AE62'

red 169 ◦ green 174 ◦ blue 98

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

Shades of Olive Green #A9AE62

Tints of Olive Green #A9AE62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 38.32%
G = 39.46%
B = 22.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#A9AE62 (or 0xA9AE62) is known color: Olive Green. HEX triplet: A9, AE and 62. RGB value is (169,174,98). Sum of RGB (Red+Green+Blue) = 169+174+98=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE62 is #56519D. Grayscale: #A4A4A4. Windows color (decimal): -5656990 or 6467241. OLE color: 6467241.

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

Color convert

RGB 169 174 98 -
CMYK 0.03 0 0.44 0.32
HSL 63.95º 0.32% 0.53% -
HSV(B) 63.95º 0.44% 0.68% -
XYZ 33.7 39.59 17.42 -
YUV 163.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 169 174 98 0.03 0 0.44 0.32 63.95 0.32 0.53
Hex A9 AE 62 3 0 2C 20 40 20 35
Octal 251 256 142 3 0 54 40 100 40 65
Binary 10101001 10101110 1100010 11 0 101100 100000 1000000 100000 110101

Color Harmonies of #A9AE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE62

Black with #A9AE62

Text Example


Text Example

White with #A9AE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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