Html Css Color HEX #A8AD57 Olive Green

📋 copy color: '#A8AD57'

red 168 ◦ green 173 ◦ blue 87

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

Shades of Olive Green #A8AD57

Tints of Olive Green #A8AD57

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 39.25%
G = 40.42%
B = 20.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#A8AD57 (or 0xA8AD57) is known color: Olive Green. HEX triplet: A8, AD and 57. RGB value is (168,173,87). Sum of RGB (Red+Green+Blue) = 168+173+87=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD57 is #5752A8. Grayscale: #A2A2A2. Windows color (decimal): -5722793 or 5746088. OLE color: 5746088.

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

Color convert

RGB 168 173 87 -
CMYK 0.03 0 0.50 0.32
HSL 63.49º 0.34% 0.51% -
HSV(B) 63.49º 0.5% 0.68% -
XYZ 32.81 38.9 14.8 -
YUV 161.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 168 173 87 0.03 0 0.50 0.32 63.49 0.34 0.51
Hex A8 AD 57 3 0 32 20 3F 22 33
Octal 250 255 127 3 0 62 40 77 42 63
Binary 10101000 10101101 1010111 11 0 110010 100000 111111 100010 110011

Color Harmonies of #A8AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD57

Black with #A8AD57

Text Example


Text Example

White with #A8AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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