Html Css Color HEX #A8BCAB Gum Leaf

📋 copy color: '#A8BCAB'

red 168 ◦ green 188 ◦ blue 171

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

Shades of Gum Leaf #A8BCAB

Tints of Gum Leaf #A8BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 31.88%
G = 35.67%
B = 32.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A8BCAB (or 0xA8BCAB) is known color: Gum Leaf. HEX triplet: A8, BC and AB. RGB value is (168,188,171). Sum of RGB (Red+Green+Blue) = 168+188+171=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCAB is #574354. Grayscale: #B4B4B4. Windows color (decimal): -5718869 or 11254952. OLE color: 11254952.

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

Color convert

RGB 168 188 171 -
CMYK 0.11 0 0.09 0.26
HSL 129º 0.13% 0.7% -
HSV(B) 129º 0.11% 0.74% -
XYZ 41.48 47.23 45.46 -
YUV 180.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 168 188 171 0.11 0 0.09 0.26 129 0.13 0.7
Hex A8 BC AB B 0 9 1A 81 D 46
Octal 250 274 253 13 0 11 32 201 15 106
Binary 10101000 10111100 10101011 1011 0 1001 11010 10000001 1101 1000110

Color Harmonies of #A8BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCAB

Black with #A8BCAB

Text Example


Text Example

White with #A8BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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