Html Css Color HEX #A8BFAB Gum Leaf

📋 copy color: '#A8BFAB'

red 168 ◦ green 191 ◦ blue 171

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

Shades of Gum Leaf #A8BFAB

Tints of Gum Leaf #A8BFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

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

R = 31.7%
G = 36.04%
B = 32.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A8BFAB (or 0xA8BFAB) is known color: Gum Leaf. HEX triplet: A8, BF and AB. RGB value is (168,191,171). Sum of RGB (Red+Green+Blue) = 168+191+171=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFAB is #574054. Grayscale: #B5B5B5. Windows color (decimal): -5718101 or 11255720. OLE color: 11255720.

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

Color convert

RGB 168 191 171 -
CMYK 0.12 0 0.10 0.25
HSL 127.83º 0.15% 0.7% -
HSV(B) 127.83º 0.12% 0.75% -
XYZ 42.13 48.53 45.67 -
YUV 181.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 168 191 171 0.12 0 0.10 0.25 127.83 0.15 0.7
Hex A8 BF AB C 0 A 19 80 F 46
Octal 250 277 253 14 0 12 31 200 17 106
Binary 10101000 10111111 10101011 1100 0 1010 11001 10000000 1111 1000110

Color Harmonies of #A8BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFAB

Black with #A8BFAB

Text Example


Text Example

White with #A8BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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