Html Css Color HEX #ADA557 Olive Green

📋 copy color: '#ADA557'

red 173 ◦ green 165 ◦ blue 87

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

Shades of Olive Green #ADA557

Tints of Olive Green #ADA557

RGB

 RED value IS 173 (67.97% from 255) = 40.71%

 GREEN value IS 165 (64.84% from 255) = 38.82%

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

R = 40.71%
G = 38.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#ADA557 (or 0xADA557) is known color: Olive Green. HEX triplet: AD, A5 and 57. RGB value is (173,165,87). Sum of RGB (Red+Green+Blue) = 173+165+87=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA557 is #525AA8. Grayscale: #9E9E9E. Windows color (decimal): -5397161 or 5744045. OLE color: 5744045.

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

Color convert

RGB 173 165 87 -
CMYK 0 0.05 0.50 0.32
HSL 54.42º 0.34% 0.51% -
HSV(B) 54.42º 0.5% 0.68% -
XYZ 32.41 36.48 14.35 -
YUV 158.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 173 165 87 0 0.05 0.50 0.32 54.42 0.34 0.51
Hex AD A5 57 0 5 32 20 36 22 33
Octal 255 245 127 0 5 62 40 66 42 63
Binary 10101101 10100101 1010111 0 101 110010 100000 110110 100010 110011

Color Harmonies of #ADA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA557

Black with #ADA557

Text Example


Text Example

White with #ADA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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