Html Css Color HEX #A1AF75 Sage

📋 copy color: '#A1AF75'

red 161 ◦ green 175 ◦ blue 117

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

Shades of Sage #A1AF75

Tints of Sage #A1AF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 35.54%
G = 38.63%
B = 25.83%

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

#A1AF75 (or 0xA1AF75) is known color: Sage. HEX triplet: A1, AF and 75. RGB value is (161,175,117). Sum of RGB (Red+Green+Blue) = 161+175+117=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF75 is #5E508A. Grayscale: #A4A4A4. Windows color (decimal): -6181003 or 7712673. OLE color: 7712673.

HSL color Cylindrical-coordinate representation of color #A1AF75: hue angle of 74.48º degrees, saturation: 0.27, 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 #A1AF75 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 117 -
CMYK 0.08 0 0.33 0.31
HSL 74.48º 0.27% 0.57% -
HSV(B) 74.48º 0.33% 0.69% -
XYZ 33.24 39.52 22.71 -
YUV 164.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 161 175 117 0.08 0 0.33 0.31 74.48 0.27 0.57
Hex A1 AF 75 8 0 21 1F 4A 1B 39
Octal 241 257 165 10 0 41 37 112 33 71
Binary 10100001 10101111 1110101 1000 0 100001 11111 1001010 11011 111001

Color Harmonies of #A1AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF75

Black with #A1AF75

Text Example


Text Example

White with #A1AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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