Html Css Color HEX #A0A874 Sage

📋 copy color: '#A0A874'

red 160 ◦ green 168 ◦ blue 116

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

Shades of Sage #A0A874

Tints of Sage #A0A874

RGB

 RED value IS 160 (62.89% from 255) = 36.04%

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 36.04%
G = 37.84%
B = 26.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A0A874 (or 0xA0A874) is known color: Sage. HEX triplet: A0, A8 and 74. RGB value is (160,168,116). Sum of RGB (Red+Green+Blue) = 160+168+116=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A874 is #5F578B. Grayscale: #9F9F9F. Windows color (decimal): -6248332 or 7645344. OLE color: 7645344.

HSL color Cylindrical-coordinate representation of color #A0A874: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0A874 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 168 116 -
CMYK 0.05 0 0.31 0.34
HSL 69.23º 0.23% 0.56% -
HSV(B) 69.23º 0.31% 0.66% -
XYZ 31.65 36.74 21.95 -
YUV 159.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 160 168 116 0.05 0 0.31 0.34 69.23 0.23 0.56
Hex A0 A8 74 5 0 1F 22 45 17 38
Octal 240 250 164 5 0 37 42 105 27 70
Binary 10100000 10101000 1110100 101 0 11111 100010 1000101 10111 111000

Color Harmonies of #A0A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A874

Black with #A0A874

Text Example


Text Example

White with #A0A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A874; }

 p { color: rgb(160,168,116); }

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

background-color css

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

 a { background-color: rgb(160,168,116); }

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

border-color css

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

 span { border-color: rgb(160,168,116); }

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