Html Css Color HEX #A4C8AB Gum Leaf

📋 copy color: '#A4C8AB'

red 164 ◦ green 200 ◦ blue 171

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

Shades of Gum Leaf #A4C8AB

Tints of Gum Leaf #A4C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.38%

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

R = 30.65%
G = 37.38%
B = 31.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A4C8AB (or 0xA4C8AB) is known color: Gum Leaf. HEX triplet: A4, C8 and AB. RGB value is (164,200,171). Sum of RGB (Red+Green+Blue) = 164+200+171=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C8AB is #5B3754. Grayscale: #BABABA. Windows color (decimal): -5977941 or 11258020. OLE color: 11258020.

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

Color convert

RGB 164 200 171 -
CMYK 0.18 0 0.14 0.22
HSL 131.67º 0.25% 0.71% -
HSV(B) 131.67º 0.18% 0.78% -
XYZ 43.31 52.14 46.31 -
YUV 185.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 164 200 171 0.18 0 0.14 0.22 131.67 0.25 0.71
Hex A4 C8 AB 12 0 E 16 84 19 47
Octal 244 310 253 22 0 16 26 204 31 107
Binary 10100100 11001000 10101011 10010 0 1110 10110 10000100 11001 1000111

Color Harmonies of #A4C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C8AB

Black with #A4C8AB

Text Example


Text Example

White with #A4C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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