Html Css Color HEX #A3BBAB Gum Leaf

📋 copy color: '#A3BBAB'

red 163 ◦ green 187 ◦ blue 171

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

Shades of Gum Leaf #A3BBAB

Tints of Gum Leaf #A3BBAB

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 31.29%
G = 35.89%
B = 32.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A3BBAB (or 0xA3BBAB) is known color: Gum Leaf. HEX triplet: A3, BB and AB. RGB value is (163,187,171). Sum of RGB (Red+Green+Blue) = 163+187+171=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BBAB is #5C4454. Grayscale: #B2B2B2. Windows color (decimal): -6046805 or 11254691. OLE color: 11254691.

HSL color Cylindrical-coordinate representation of color #A3BBAB: hue angle of 140º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBAB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 171 -
CMYK 0.13 0 0.09 0.27
HSL 140º 0.15% 0.69% -
HSV(B) 140º 0.13% 0.73% -
XYZ 40.23 46.27 45.34 -
YUV 178 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 163 187 171 0.13 0 0.09 0.27 140 0.15 0.69
Hex A3 BB AB D 0 9 1B 8C F 45
Octal 243 273 253 15 0 11 33 214 17 105
Binary 10100011 10111011 10101011 1101 0 1001 11011 10001100 1111 1000101

Color Harmonies of #A3BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BBAB

Black with #A3BBAB

Text Example


Text Example

White with #A3BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BBAB; }

 p { color: rgb(163,187,171); }

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

background-color css

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

 a { background-color: rgb(163,187,171); }

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

border-color css

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

 span { border-color: rgb(163,187,171); }

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