Html Css Color HEX #A1AF7A Sage

📋 copy color: '#A1AF7A'

red 161 ◦ green 175 ◦ blue 122

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

Shades of Sage #A1AF7A

Tints of Sage #A1AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 35.15%
G = 38.21%
B = 26.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#A1AF7A (or 0xA1AF7A) is known color: Sage. HEX triplet: A1, AF and 7A. RGB value is (161,175,122). Sum of RGB (Red+Green+Blue) = 161+175+122=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7A is #5E5085. Grayscale: #A4A4A4. Windows color (decimal): -6180998 or 8040353. OLE color: 8040353.

HSL color Cylindrical-coordinate representation of color #A1AF7A: hue angle of 75.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AF7A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 122 -
CMYK 0.08 0 0.30 0.31
HSL 75.85º 0.25% 0.58% -
HSV(B) 75.85º 0.3% 0.69% -
XYZ 33.54 39.64 24.3 -
YUV 164.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 161 175 122 0.08 0 0.30 0.31 75.85 0.25 0.58
Hex A1 AF 7A 8 0 1E 1F 4C 19 3A
Octal 241 257 172 10 0 36 37 114 31 72
Binary 10100001 10101111 1111010 1000 0 11110 11111 1001100 11001 111010

Color Harmonies of #A1AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF7A

Black with #A1AF7A

Text Example


Text Example

White with #A1AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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