Html Css Color HEX #A4BEAB Gum Leaf

📋 copy color: '#A4BEAB'

red 164 ◦ green 190 ◦ blue 171

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

Shades of Gum Leaf #A4BEAB

Tints of Gum Leaf #A4BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 31.24%
G = 36.19%
B = 32.57%

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

#A4BEAB (or 0xA4BEAB) is known color: Gum Leaf. HEX triplet: A4, BE and AB. RGB value is (164,190,171). Sum of RGB (Red+Green+Blue) = 164+190+171=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEAB is #5B4154. Grayscale: #B4B4B4. Windows color (decimal): -5980501 or 11255460. OLE color: 11255460.

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

Color convert

RGB 164 190 171 -
CMYK 0.14 0 0.10 0.25
HSL 136.15º 0.17% 0.69% -
HSV(B) 136.15º 0.14% 0.75% -
XYZ 41.07 47.66 45.56 -
YUV 180.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 164 190 171 0.14 0 0.10 0.25 136.15 0.17 0.69
Hex A4 BE AB E 0 A 19 88 11 45
Octal 244 276 253 16 0 12 31 210 21 105
Binary 10100100 10111110 10101011 1110 0 1010 11001 10001000 10001 1000101

Color Harmonies of #A4BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEAB

Black with #A4BEAB

Text Example


Text Example

White with #A4BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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