Html Css Color HEX #A5AD97 Green Spring

📋 copy color: '#A5AD97'

red 165 ◦ green 173 ◦ blue 151

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

Shades of Green Spring #A5AD97

Tints of Green Spring #A5AD97

RGB

 RED value IS 165 (64.84% from 255) = 33.74%

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

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 33.74%
G = 35.38%
B = 30.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#A5AD97 (or 0xA5AD97) is known color: Green Spring. HEX triplet: A5, AD and 97. RGB value is (165,173,151). Sum of RGB (Red+Green+Blue) = 165+173+151=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD97 is #5A5268. Grayscale: #A8A8A8. Windows color (decimal): -5919337 or 9940389. OLE color: 9940389.

HSL color Cylindrical-coordinate representation of color #A5AD97: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AD97 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 173 151 -
CMYK 0.05 0 0.13 0.32
HSL 81.82º 0.12% 0.64% -
HSV(B) 81.82º 0.13% 0.68% -
XYZ 36.05 40.12 35.12 -
YUV 168.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 165 173 151 0.05 0 0.13 0.32 81.82 0.12 0.64
Hex A5 AD 97 5 0 D 20 52 C 40
Octal 245 255 227 5 0 15 40 122 14 100
Binary 10100101 10101101 10010111 101 0 1101 100000 1010010 1100 1000000

Color Harmonies of #A5AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AD97

Black with #A5AD97

Text Example


Text Example

White with #A5AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AD97; }

 p { color: rgb(165,173,151); }

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

background-color css

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

 a { background-color: rgb(165,173,151); }

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

border-color css

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

 span { border-color: rgb(165,173,151); }

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