Html Css Color HEX #ADB3A0 Green Spring

📋 copy color: '#ADB3A0'

red 173 ◦ green 179 ◦ blue 160

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

Shades of Green Spring #ADB3A0

Tints of Green Spring #ADB3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

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

R = 33.79%
G = 34.96%
B = 31.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#ADB3A0 (or 0xADB3A0) is known color: Green Spring. HEX triplet: AD, B3 and A0. RGB value is (173,179,160). Sum of RGB (Red+Green+Blue) = 173+179+160=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3A0 is #524C5F. Grayscale: #AFAFAF. Windows color (decimal): -5393504 or 10531757. OLE color: 10531757.

HSL color Cylindrical-coordinate representation of color #ADB3A0: hue angle of 78.95º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB3A0 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 160 -
CMYK 0.03 0 0.11 0.30
HSL 78.95º 0.11% 0.66% -
HSV(B) 78.95º 0.11% 0.7% -
XYZ 39.7 43.66 39.59 -
YUV 175.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 173 179 160 0.03 0 0.11 0.30 78.95 0.11 0.66
Hex AD B3 A0 3 0 B 1E 4F B 42
Octal 255 263 240 3 0 13 36 117 13 102
Binary 10101101 10110011 10100000 11 0 1011 11110 1001111 1011 1000010

Color Harmonies of #ADB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3A0

Black with #ADB3A0

Text Example


Text Example

White with #ADB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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