Html Css Color HEX #A8BCAF Gum Leaf

📋 copy color: '#A8BCAF'

red 168 ◦ green 188 ◦ blue 175

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

Shades of Gum Leaf #A8BCAF

Tints of Gum Leaf #A8BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 31.64%
G = 35.4%
B = 32.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#A8BCAF (or 0xA8BCAF) is known color: Gum Leaf. HEX triplet: A8, BC and AF. RGB value is (168,188,175). Sum of RGB (Red+Green+Blue) = 168+188+175=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCAF is #574350. Grayscale: #B4B4B4. Windows color (decimal): -5718865 or 11517096. OLE color: 11517096.

HSL color Cylindrical-coordinate representation of color #A8BCAF: hue angle of 141º 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 #A8BCAF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 175 -
CMYK 0.11 0 0.07 0.26
HSL 141º 0.13% 0.7% -
HSV(B) 141º 0.11% 0.74% -
XYZ 41.87 47.39 47.5 -
YUV 180.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 168 188 175 0.11 0 0.07 0.26 141 0.13 0.7
Hex A8 BC AF B 0 7 1A 8D D 46
Octal 250 274 257 13 0 7 32 215 15 106
Binary 10101000 10111100 10101111 1011 0 111 11010 10001101 1101 1000110

Color Harmonies of #A8BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCAF

Black with #A8BCAF

Text Example


Text Example

White with #A8BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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