Html Css Color HEX #A6AE56 Olive Green

📋 copy color: '#A6AE56'

red 166 ◦ green 174 ◦ blue 86

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

Shades of Olive Green #A6AE56

Tints of Olive Green #A6AE56

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

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

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

R = 38.97%
G = 40.85%
B = 20.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A6AE56 (or 0xA6AE56) is known color: Olive Green. HEX triplet: A6, AE and 56. RGB value is (166,174,86). Sum of RGB (Red+Green+Blue) = 166+174+86=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE56 is #5951A9. Grayscale: #A1A1A1. Windows color (decimal): -5853610 or 5680806. OLE color: 5680806.

HSL color Cylindrical-coordinate representation of color #A6AE56: hue angle of 65.45º 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 #A6AE56 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 174 86 -
CMYK 0.05 0 0.51 0.32
HSL 65.45º 0.35% 0.51% -
HSV(B) 65.45º 0.51% 0.68% -
XYZ 32.54 39.05 14.63 -
YUV 161.58 85.35 131.16 -
System Red Green Blue C M Y K H S L
Decimal 166 174 86 0.05 0 0.51 0.32 65.45 0.35 0.51
Hex A6 AE 56 5 0 33 20 41 23 33
Octal 246 256 126 5 0 63 40 101 43 63
Binary 10100110 10101110 1010110 101 0 110011 100000 1000001 100011 110011

Color Harmonies of #A6AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AE56

Black with #A6AE56

Text Example


Text Example

White with #A6AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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