Html Css Color HEX #A4BFAC Gum Leaf

📋 copy color: '#A4BFAC'

red 164 ◦ green 191 ◦ blue 172

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

Shades of Gum Leaf #A4BFAC

Tints of Gum Leaf #A4BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 31.12%
G = 36.24%
B = 32.64%

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

#A4BFAC (or 0xA4BFAC) is known color: Gum Leaf. HEX triplet: A4, BF and AC. RGB value is (164,191,172). Sum of RGB (Red+Green+Blue) = 164+191+172=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFAC is #5B4053. Grayscale: #B4B4B4. Windows color (decimal): -5980244 or 11321252. OLE color: 11321252.

HSL color Cylindrical-coordinate representation of color #A4BFAC: hue angle of 137.78º 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 #A4BFAC is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 172 -
CMYK 0.14 0 0.10 0.25
HSL 137.78º 0.17% 0.7% -
HSV(B) 137.78º 0.14% 0.75% -
XYZ 41.39 48.13 46.14 -
YUV 180.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 164 191 172 0.14 0 0.10 0.25 137.78 0.17 0.7
Hex A4 BF AC E 0 A 19 8A 11 46
Octal 244 277 254 16 0 12 31 212 21 106
Binary 10100100 10111111 10101100 1110 0 1010 11001 10001010 10001 1000110

Color Harmonies of #A4BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BFAC

Black with #A4BFAC

Text Example


Text Example

White with #A4BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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