Html Css Color HEX #ADB1A0 Green Spring

📋 copy color: '#ADB1A0'

red 173 ◦ green 177 ◦ blue 160

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

Shades of Green Spring #ADB1A0

Tints of Green Spring #ADB1A0

RGB

 RED value IS 173 (67.97% from 255) = 33.92%

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 33.92%
G = 34.71%
B = 31.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ADB1A0 (or 0xADB1A0) is known color: Green Spring. HEX triplet: AD, B1 and A0. RGB value is (173,177,160). Sum of RGB (Red+Green+Blue) = 173+177+160=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A0 is #524E5F. Grayscale: #ADADAD. Windows color (decimal): -5394016 or 10531245. OLE color: 10531245.

HSL color Cylindrical-coordinate representation of color #ADB1A0: hue angle of 74.12º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB1A0 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 160 -
CMYK 0.02 0 0.10 0.31
HSL 74.12º 0.1% 0.66% -
HSV(B) 74.12º 0.1% 0.69% -
XYZ 39.3 42.87 39.46 -
YUV 173.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 173 177 160 0.02 0 0.10 0.31 74.12 0.1 0.66
Hex AD B1 A0 2 0 A 1F 4A A 42
Octal 255 261 240 2 0 12 37 112 12 102
Binary 10101101 10110001 10100000 10 0 1010 11111 1001010 1010 1000010

Color Harmonies of #ADB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1A0

Black with #ADB1A0

Text Example


Text Example

White with #ADB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1A0; }

 p { color: rgb(173,177,160); }

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

background-color css

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

 a { background-color: rgb(173,177,160); }

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

border-color css

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

 span { border-color: rgb(173,177,160); }

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