Html Css Color HEX #A8AE54 Olive Green

📋 copy color: '#A8AE54'

red 168 ◦ green 174 ◦ blue 84

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

Shades of Olive Green #A8AE54

Tints of Olive Green #A8AE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.72%

R = 39.44%
G = 40.85%
B = 19.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#A8AE54 (or 0xA8AE54) is known color: Olive Green. HEX triplet: A8, AE and 54. RGB value is (168,174,84). Sum of RGB (Red+Green+Blue) = 168+174+84=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE54 is #5751AB. Grayscale: #A2A2A2. Windows color (decimal): -5722540 or 5549736. OLE color: 5549736.

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

Color convert

RGB 168 174 84 -
CMYK 0.03 0 0.52 0.32
HSL 64º 0.36% 0.51% -
HSV(B) 64º 0.52% 0.68% -
XYZ 32.88 39.24 14.23 -
YUV 161.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 168 174 84 0.03 0 0.52 0.32 64 0.36 0.51
Hex A8 AE 54 3 0 34 20 40 24 33
Octal 250 256 124 3 0 64 40 100 44 63
Binary 10101000 10101110 1010100 11 0 110100 100000 1000000 100100 110011

Color Harmonies of #A8AE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE54

Black with #A8AE54

Text Example


Text Example

White with #A8AE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE54; }

 p { color: rgb(168,174,84); }

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

background-color css

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

 a { background-color: rgb(168,174,84); }

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

border-color css

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

 span { border-color: rgb(168,174,84); }

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