Html Css Color HEX #A6AB96 Green Spring

📋 copy color: '#A6AB96'

red 166 ◦ green 171 ◦ blue 150

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

Shades of Green Spring #A6AB96

Tints of Green Spring #A6AB96

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

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

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

R = 34.09%
G = 35.11%
B = 30.8%

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

#A6AB96 (or 0xA6AB96) is known color: Green Spring. HEX triplet: A6, AB and 96. RGB value is (166,171,150). Sum of RGB (Red+Green+Blue) = 166+171+150=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB96 is #595469. Grayscale: #A7A7A7. Windows color (decimal): -5854314 or 9874342. OLE color: 9874342.

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

Color convert

RGB 166 171 150 -
CMYK 0.03 0 0.12 0.33
HSL 74.29º 0.11% 0.63% -
HSV(B) 74.29º 0.12% 0.67% -
XYZ 35.79 39.43 34.58 -
YUV 167.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 166 171 150 0.03 0 0.12 0.33 74.29 0.11 0.63
Hex A6 AB 96 3 0 C 21 4A B 3F
Octal 246 253 226 3 0 14 41 112 13 77
Binary 10100110 10101011 10010110 11 0 1100 100001 1001010 1011 111111

Color Harmonies of #A6AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB96

Black with #A6AB96

Text Example


Text Example

White with #A6AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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