Html Css Color HEX #A7AB96 Green Spring

📋 copy color: '#A7AB96'

red 167 ◦ green 171 ◦ blue 150

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

Shades of Green Spring #A7AB96

Tints of Green Spring #A7AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

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

R = 34.22%
G = 35.04%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A7AB96 (or 0xA7AB96) is known color: Green Spring. HEX triplet: A7, AB and 96. RGB value is (167,171,150). Sum of RGB (Red+Green+Blue) = 167+171+150=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB96 is #585469. Grayscale: #A7A7A7. Windows color (decimal): -5788778 or 9874343. OLE color: 9874343.

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

Color convert

RGB 167 171 150 -
CMYK 0.02 0 0.12 0.33
HSL 71.43º 0.11% 0.63% -
HSV(B) 71.43º 0.12% 0.67% -
XYZ 36 39.54 34.59 -
YUV 167.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 167 171 150 0.02 0 0.12 0.33 71.43 0.11 0.63
Hex A7 AB 96 2 0 C 21 47 B 3F
Octal 247 253 226 2 0 14 41 107 13 77
Binary 10100111 10101011 10010110 10 0 1100 100001 1000111 1011 111111

Color Harmonies of #A7AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AB96

Black with #A7AB96

Text Example


Text Example

White with #A7AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AB96; }

 p { color: rgb(167,171,150); }

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

background-color css

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

 a { background-color: rgb(167,171,150); }

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

border-color css

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

 span { border-color: rgb(167,171,150); }

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