Html Css Color HEX #A4C6AB Gum Leaf

📋 copy color: '#A4C6AB'

red 164 ◦ green 198 ◦ blue 171

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

Shades of Gum Leaf #A4C6AB

Tints of Gum Leaf #A4C6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

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

R = 30.77%
G = 37.15%
B = 32.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A4C6AB (or 0xA4C6AB) is known color: Gum Leaf. HEX triplet: A4, C6 and AB. RGB value is (164,198,171). Sum of RGB (Red+Green+Blue) = 164+198+171=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C6AB is #5B3954. Grayscale: #B8B8B8. Windows color (decimal): -5978453 or 11257508. OLE color: 11257508.

HSL color Cylindrical-coordinate representation of color #A4C6AB: hue angle of 132.35º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C6AB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 198 171 -
CMYK 0.17 0 0.14 0.22
HSL 132.35º 0.23% 0.71% -
HSV(B) 132.35º 0.17% 0.78% -
XYZ 42.85 51.22 46.16 -
YUV 184.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 164 198 171 0.17 0 0.14 0.22 132.35 0.23 0.71
Hex A4 C6 AB 11 0 E 16 84 17 47
Octal 244 306 253 21 0 16 26 204 27 107
Binary 10100100 11000110 10101011 10001 0 1110 10110 10000100 10111 1000111

Color Harmonies of #A4C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C6AB

Black with #A4C6AB

Text Example


Text Example

White with #A4C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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