Html Css Color HEX #A8C8AB Gum Leaf

📋 copy color: '#A8C8AB'

red 168 ◦ green 200 ◦ blue 171

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

Shades of Gum Leaf #A8C8AB

Tints of Gum Leaf #A8C8AB

RGB

 RED value IS 168 (66.02% from 255) = 31.17%

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

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

R = 31.17%
G = 37.11%
B = 31.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A8C8AB (or 0xA8C8AB) is known color: Gum Leaf. HEX triplet: A8, C8 and AB. RGB value is (168,200,171). Sum of RGB (Red+Green+Blue) = 168+200+171=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AB is #573754. Grayscale: #BBBBBB. Windows color (decimal): -5715797 or 11258024. OLE color: 11258024.

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

Color convert

RGB 168 200 171 -
CMYK 0.16 0 0.14 0.22
HSL 125.63º 0.23% 0.72% -
HSV(B) 125.63º 0.16% 0.78% -
XYZ 44.15 52.57 46.35 -
YUV 187.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 168 200 171 0.16 0 0.14 0.22 125.63 0.23 0.72
Hex A8 C8 AB 10 0 E 16 7E 17 48
Octal 250 310 253 20 0 16 26 176 27 110
Binary 10101000 11001000 10101011 10000 0 1110 10110 1111110 10111 1001000

Color Harmonies of #A8C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8AB

Black with #A8C8AB

Text Example


Text Example

White with #A8C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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