Html Css Color HEX #A4BBAB Gum Leaf

📋 copy color: '#A4BBAB'

red 164 ◦ green 187 ◦ blue 171

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

Shades of Gum Leaf #A4BBAB

Tints of Gum Leaf #A4BBAB

RGB

 RED value IS 164 (64.45% from 255) = 31.42%

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

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

R = 31.42%
G = 35.82%
B = 32.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A4BBAB (or 0xA4BBAB) is known color: Gum Leaf. HEX triplet: A4, BB and AB. RGB value is (164,187,171). Sum of RGB (Red+Green+Blue) = 164+187+171=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBAB is #5B4454. Grayscale: #B2B2B2. Windows color (decimal): -5981269 or 11254692. OLE color: 11254692.

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

Color convert

RGB 164 187 171 -
CMYK 0.12 0 0.09 0.27
HSL 138.26º 0.14% 0.69% -
HSV(B) 138.26º 0.12% 0.73% -
XYZ 40.43 46.37 45.35 -
YUV 178.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 164 187 171 0.12 0 0.09 0.27 138.26 0.14 0.69
Hex A4 BB AB C 0 9 1B 8A E 45
Octal 244 273 253 14 0 11 33 212 16 105
Binary 10100100 10111011 10101011 1100 0 1001 11011 10001010 1110 1000101

Color Harmonies of #A4BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBAB

Black with #A4BBAB

Text Example


Text Example

White with #A4BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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