Html Css Color HEX #A1AF76 Sage

📋 copy color: '#A1AF76'

red 161 ◦ green 175 ◦ blue 118

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

Shades of Sage #A1AF76

Tints of Sage #A1AF76

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

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

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 35.46%
G = 38.55%
B = 25.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#A1AF76 (or 0xA1AF76) is known color: Sage. HEX triplet: A1, AF and 76. RGB value is (161,175,118). Sum of RGB (Red+Green+Blue) = 161+175+118=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF76 is #5E5089. Grayscale: #A4A4A4. Windows color (decimal): -6181002 or 7778209. OLE color: 7778209.

HSL color Cylindrical-coordinate representation of color #A1AF76: hue angle of 74.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AF76 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 118 -
CMYK 0.08 0 0.33 0.31
HSL 74.74º 0.26% 0.57% -
HSV(B) 74.74º 0.33% 0.69% -
XYZ 33.3 39.55 23.02 -
YUV 164.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 161 175 118 0.08 0 0.33 0.31 74.74 0.26 0.57
Hex A1 AF 76 8 0 21 1F 4B 1A 39
Octal 241 257 166 10 0 41 37 113 32 71
Binary 10100001 10101111 1110110 1000 0 100001 11111 1001011 11010 111001

Color Harmonies of #A1AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF76

Black with #A1AF76

Text Example


Text Example

White with #A1AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF76; }

 p { color: rgb(161,175,118); }

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

background-color css

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

 a { background-color: rgb(161,175,118); }

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

border-color css

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

 span { border-color: rgb(161,175,118); }

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