Html Css Color HEX #A6AB94 Green Spring

📋 copy color: '#A6AB94'

red 166 ◦ green 171 ◦ blue 148

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

Shades of Green Spring #A6AB94

Tints of Green Spring #A6AB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 34.23%
G = 35.26%
B = 30.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#A6AB94 (or 0xA6AB94) is known color: Green Spring. HEX triplet: A6, AB and 94. RGB value is (166,171,148). Sum of RGB (Red+Green+Blue) = 166+171+148=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB94 is #59546B. Grayscale: #A6A6A6. Windows color (decimal): -5854316 or 9743270. OLE color: 9743270.

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

Color convert

RGB 166 171 148 -
CMYK 0.03 0 0.13 0.33
HSL 73.04º 0.12% 0.63% -
HSV(B) 73.04º 0.13% 0.67% -
XYZ 35.63 39.37 33.74 -
YUV 166.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 166 171 148 0.03 0 0.13 0.33 73.04 0.12 0.63
Hex A6 AB 94 3 0 D 21 49 C 3F
Octal 246 253 224 3 0 15 41 111 14 77
Binary 10100110 10101011 10010100 11 0 1101 100001 1001001 1100 111111

Color Harmonies of #A6AB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AB94

Black with #A6AB94

Text Example


Text Example

White with #A6AB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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