Html Css Color HEX #A7AA9E Green Spring

📋 copy color: '#A7AA9E'

red 167 ◦ green 170 ◦ blue 158

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

Shades of Green Spring #A7AA9E

Tints of Green Spring #A7AA9E

RGB

 RED value IS 167 (65.63% from 255) = 33.74%

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

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 33.74%
G = 34.34%
B = 31.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#A7AA9E (or 0xA7AA9E) is known color: Green Spring. HEX triplet: A7, AA and 9E. RGB value is (167,170,158). Sum of RGB (Red+Green+Blue) = 167+170+158=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA9E is #585561. Grayscale: #A7A7A7. Windows color (decimal): -5789026 or 10398375. OLE color: 10398375.

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

Color convert

RGB 167 170 158 -
CMYK 0.02 0 0.07 0.33
HSL 75º 0.07% 0.64% -
HSV(B) 75º 0.07% 0.67% -
XYZ 36.48 39.43 38.04 -
YUV 167.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 167 170 158 0.02 0 0.07 0.33 75 0.07 0.64
Hex A7 AA 9E 2 0 7 21 4B 7 40
Octal 247 252 236 2 0 7 41 113 7 100
Binary 10100111 10101010 10011110 10 0 111 100001 1001011 111 1000000

Color Harmonies of #A7AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA9E

Black with #A7AA9E

Text Example


Text Example

White with #A7AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA9E; }

 p { color: rgb(167,170,158); }

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

background-color css

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

 a { background-color: rgb(167,170,158); }

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

border-color css

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

 span { border-color: rgb(167,170,158); }

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