Html Css Color HEX #A0AF75 Sage

📋 copy color: '#A0AF75'

red 160 ◦ green 175 ◦ blue 117

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

Shades of Sage #A0AF75

Tints of Sage #A0AF75

RGB

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

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

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

R = 35.4%
G = 38.72%
B = 25.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#A0AF75 (or 0xA0AF75) is known color: Sage. HEX triplet: A0, AF and 75. RGB value is (160,175,117). Sum of RGB (Red+Green+Blue) = 160+175+117=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF75 is #5F508A. Grayscale: #A4A4A4. Windows color (decimal): -6246539 or 7712672. OLE color: 7712672.

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

Color convert

RGB 160 175 117 -
CMYK 0.09 0 0.33 0.31
HSL 75.52º 0.27% 0.57% -
HSV(B) 75.52º 0.33% 0.69% -
XYZ 33.04 39.42 22.7 -
YUV 163.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 160 175 117 0.09 0 0.33 0.31 75.52 0.27 0.57
Hex A0 AF 75 9 0 21 1F 4C 1B 39
Octal 240 257 165 11 0 41 37 114 33 71
Binary 10100000 10101111 1110101 1001 0 100001 11111 1001100 11011 111001

Color Harmonies of #A0AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF75

Black with #A0AF75

Text Example


Text Example

White with #A0AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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