Html Css Color HEX #A1AD75 Sage

📋 copy color: '#A1AD75'

red 161 ◦ green 173 ◦ blue 117

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

Shades of Sage #A1AD75

Tints of Sage #A1AD75

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.36%

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

R = 35.7%
G = 38.36%
B = 25.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#A1AD75 (or 0xA1AD75) is known color: Sage. HEX triplet: A1, AD and 75. RGB value is (161,173,117). Sum of RGB (Red+Green+Blue) = 161+173+117=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD75 is #5E528A. Grayscale: #A3A3A3. Windows color (decimal): -6181515 or 7712161. OLE color: 7712161.

HSL color Cylindrical-coordinate representation of color #A1AD75: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AD75 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 173 117 -
CMYK 0.07 0 0.32 0.32
HSL 72.86º 0.25% 0.57% -
HSV(B) 72.86º 0.32% 0.68% -
XYZ 32.85 38.75 22.58 -
YUV 163.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 161 173 117 0.07 0 0.32 0.32 72.86 0.25 0.57
Hex A1 AD 75 7 0 20 20 49 19 39
Octal 241 255 165 7 0 40 40 111 31 71
Binary 10100001 10101101 1110101 111 0 100000 100000 1001001 11001 111001

Color Harmonies of #A1AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AD75

Black with #A1AD75

Text Example


Text Example

White with #A1AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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