Html Css Color HEX #ABB7AD Gum Leaf

📋 copy color: '#ABB7AD'

red 171 ◦ green 183 ◦ blue 173

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

Shades of Gum Leaf #ABB7AD

Tints of Gum Leaf #ABB7AD

RGB

 RED value IS 171 (67.19% from 255) = 32.45%

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 32.45%
G = 34.72%
B = 32.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#ABB7AD (or 0xABB7AD) is known color: Gum Leaf. HEX triplet: AB, B7 and AD. RGB value is (171,183,173). Sum of RGB (Red+Green+Blue) = 171+183+173=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7AD is #544852. Grayscale: #B2B2B2. Windows color (decimal): -5523539 or 11384747. OLE color: 11384747.

HSL color Cylindrical-coordinate representation of color #ABB7AD: hue angle of 130º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7AD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 173 -
CMYK 0.07 0 0.05 0.28
HSL 130º 0.08% 0.69% -
HSV(B) 130º 0.07% 0.72% -
XYZ 41.27 45.54 46.15 -
YUV 178.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 171 183 173 0.07 0 0.05 0.28 130 0.08 0.69
Hex AB B7 AD 7 0 5 1C 82 8 45
Octal 253 267 255 7 0 5 34 202 10 105
Binary 10101011 10110111 10101101 111 0 101 11100 10000010 1000 1000101

Color Harmonies of #ABB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB7AD

Black with #ABB7AD

Text Example


Text Example

White with #ABB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB7AD; }

 p { color: rgb(171,183,173); }

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

background-color css

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

 a { background-color: rgb(171,183,173); }

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

border-color css

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

 span { border-color: rgb(171,183,173); }

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