Html Css Color HEX #A8AF57 Olive Green

📋 copy color: '#A8AF57'

red 168 ◦ green 175 ◦ blue 87

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

Shades of Olive Green #A8AF57

Tints of Olive Green #A8AF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 39.07%
G = 40.7%
B = 20.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#A8AF57 (or 0xA8AF57) is known color: Olive Green. HEX triplet: A8, AF and 57. RGB value is (168,175,87). Sum of RGB (Red+Green+Blue) = 168+175+87=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF57 is #5750A8. Grayscale: #A3A3A3. Windows color (decimal): -5722281 or 5746600. OLE color: 5746600.

HSL color Cylindrical-coordinate representation of color #A8AF57: hue angle of 64.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8AF57 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 87 -
CMYK 0.04 0 0.50 0.31
HSL 64.77º 0.35% 0.51% -
HSV(B) 64.77º 0.5% 0.69% -
XYZ 33.2 39.67 14.92 -
YUV 162.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 168 175 87 0.04 0 0.50 0.31 64.77 0.35 0.51
Hex A8 AF 57 4 0 32 1F 41 23 33
Octal 250 257 127 4 0 62 37 101 43 63
Binary 10101000 10101111 1010111 100 0 110010 11111 1000001 100011 110011

Color Harmonies of #A8AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF57

Black with #A8AF57

Text Example


Text Example

White with #A8AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF57; }

 p { color: rgb(168,175,87); }

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

background-color css

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

 a { background-color: rgb(168,175,87); }

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

border-color css

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

 span { border-color: rgb(168,175,87); }

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