Html Css Color HEX #A8AE58 Olive Green

📋 copy color: '#A8AE58'

red 168 ◦ green 174 ◦ blue 88

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

Shades of Olive Green #A8AE58

Tints of Olive Green #A8AE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.47%

R = 39.07%
G = 40.47%
B = 20.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#A8AE58 (or 0xA8AE58) is known color: Olive Green. HEX triplet: A8, AE and 58. RGB value is (168,174,88). Sum of RGB (Red+Green+Blue) = 168+174+88=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 88 (34.77% from 255 or 20.47% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE58 is #5751A7. Grayscale: #A2A2A2. Windows color (decimal): -5722536 or 5811880. OLE color: 5811880.

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

Color convert

RGB 168 174 88 -
CMYK 0.03 0 0.49 0.32
HSL 64.19º 0.35% 0.51% -
HSV(B) 64.19º 0.49% 0.68% -
XYZ 33.05 39.3 15.08 -
YUV 162.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 168 174 88 0.03 0 0.49 0.32 64.19 0.35 0.51
Hex A8 AE 58 3 0 31 20 40 23 33
Octal 250 256 130 3 0 61 40 100 43 63
Binary 10101000 10101110 1011000 11 0 110001 100000 1000000 100011 110011

Color Harmonies of #A8AE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE58

Black with #A8AE58

Text Example


Text Example

White with #A8AE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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