Html Css Color HEX #A8AD55 Olive Green

📋 copy color: '#A8AD55'

red 168 ◦ green 173 ◦ blue 85

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

Shades of Olive Green #A8AD55

Tints of Olive Green #A8AD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 39.44%
G = 40.61%
B = 19.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#A8AD55 (or 0xA8AD55) is known color: Olive Green. HEX triplet: A8, AD and 55. RGB value is (168,173,85). Sum of RGB (Red+Green+Blue) = 168+173+85=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD55 is #5752AA. Grayscale: #A1A1A1. Windows color (decimal): -5722795 or 5615016. OLE color: 5615016.

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

Color convert

RGB 168 173 85 -
CMYK 0.03 0 0.51 0.32
HSL 63.41º 0.35% 0.51% -
HSV(B) 63.41º 0.51% 0.68% -
XYZ 32.73 38.87 14.37 -
YUV 161.47 84.84 132.66 -
System Red Green Blue C M Y K H S L
Decimal 168 173 85 0.03 0 0.51 0.32 63.41 0.35 0.51
Hex A8 AD 55 3 0 33 20 3F 23 33
Octal 250 255 125 3 0 63 40 77 43 63
Binary 10101000 10101101 1010101 11 0 110011 100000 111111 100011 110011

Color Harmonies of #A8AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD55

Black with #A8AD55

Text Example


Text Example

White with #A8AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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