Html Css Color HEX #A4BFAB Gum Leaf

📋 copy color: '#A4BFAB'

red 164 ◦ green 191 ◦ blue 171

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

Shades of Gum Leaf #A4BFAB

Tints of Gum Leaf #A4BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 31.18%
G = 36.31%
B = 32.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A4BFAB (or 0xA4BFAB) is known color: Gum Leaf. HEX triplet: A4, BF and AB. RGB value is (164,191,171). Sum of RGB (Red+Green+Blue) = 164+191+171=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFAB is #5B4054. Grayscale: #B4B4B4. Windows color (decimal): -5980245 or 11255716. OLE color: 11255716.

HSL color Cylindrical-coordinate representation of color #A4BFAB: hue angle of 135.56º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BFAB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 171 -
CMYK 0.14 0 0.10 0.25
HSL 135.56º 0.17% 0.7% -
HSV(B) 135.56º 0.14% 0.75% -
XYZ 41.29 48.09 45.63 -
YUV 180.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 164 191 171 0.14 0 0.10 0.25 135.56 0.17 0.7
Hex A4 BF AB E 0 A 19 88 11 46
Octal 244 277 253 16 0 12 31 210 21 106
Binary 10100100 10111111 10101011 1110 0 1010 11001 10001000 10001 1000110

Color Harmonies of #A4BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BFAB

Black with #A4BFAB

Text Example


Text Example

White with #A4BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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