Html Css Color HEX #A4BDAB Gum Leaf

📋 copy color: '#A4BDAB'

red 164 ◦ green 189 ◦ blue 171

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

Shades of Gum Leaf #A4BDAB

Tints of Gum Leaf #A4BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

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

R = 31.3%
G = 36.07%
B = 32.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A4BDAB (or 0xA4BDAB) is known color: Gum Leaf. HEX triplet: A4, BD and AB. RGB value is (164,189,171). Sum of RGB (Red+Green+Blue) = 164+189+171=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDAB is #5B4254. Grayscale: #B3B3B3. Windows color (decimal): -5980757 or 11255204. OLE color: 11255204.

HSL color Cylindrical-coordinate representation of color #A4BDAB: hue angle of 136.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BDAB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 171 -
CMYK 0.13 0 0.10 0.26
HSL 136.8º 0.16% 0.69% -
HSV(B) 136.8º 0.13% 0.74% -
XYZ 40.86 47.23 45.49 -
YUV 179.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 164 189 171 0.13 0 0.10 0.26 136.8 0.16 0.69
Hex A4 BD AB D 0 A 1A 89 10 45
Octal 244 275 253 15 0 12 32 211 20 105
Binary 10100100 10111101 10101011 1101 0 1010 11010 10001001 10000 1000101

Color Harmonies of #A4BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDAB

Black with #A4BDAB

Text Example


Text Example

White with #A4BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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