Html Css Color HEX #A5AA96 Green Spring

📋 copy color: '#A5AA96'

red 165 ◦ green 170 ◦ blue 150

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

Shades of Green Spring #A5AA96

Tints of Green Spring #A5AA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 34.02%
G = 35.05%
B = 30.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A5AA96 (or 0xA5AA96) is known color: Green Spring. HEX triplet: A5, AA and 96. RGB value is (165,170,150). Sum of RGB (Red+Green+Blue) = 165+170+150=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA96 is #5A5569. Grayscale: #A6A6A6. Windows color (decimal): -5920106 or 9874085. OLE color: 9874085.

HSL color Cylindrical-coordinate representation of color #A5AA96: hue angle of 75º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5AA96 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 170 150 -
CMYK 0.03 0 0.12 0.33
HSL 75º 0.11% 0.63% -
HSV(B) 75º 0.12% 0.67% -
XYZ 35.4 38.95 34.51 -
YUV 166.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 165 170 150 0.03 0 0.12 0.33 75 0.11 0.63
Hex A5 AA 96 3 0 C 21 4B B 3F
Octal 245 252 226 3 0 14 41 113 13 77
Binary 10100101 10101010 10010110 11 0 1100 100001 1001011 1011 111111

Color Harmonies of #A5AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AA96

Black with #A5AA96

Text Example


Text Example

White with #A5AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AA96; }

 p { color: rgb(165,170,150); }

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

background-color css

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

 a { background-color: rgb(165,170,150); }

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

border-color css

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

 span { border-color: rgb(165,170,150); }

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