Html Css Color HEX #A8BFAC Gum Leaf

📋 copy color: '#A8BFAC'

red 168 ◦ green 191 ◦ blue 172

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

Shades of Gum Leaf #A8BFAC

Tints of Gum Leaf #A8BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 31.64%
G = 35.97%
B = 32.39%

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

#A8BFAC (or 0xA8BFAC) is known color: Gum Leaf. HEX triplet: A8, BF and AC. RGB value is (168,191,172). Sum of RGB (Red+Green+Blue) = 168+191+172=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFAC is #574053. Grayscale: #B6B6B6. Windows color (decimal): -5718100 or 11321256. OLE color: 11321256.

HSL color Cylindrical-coordinate representation of color #A8BFAC: hue angle of 130.43º 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 #A8BFAC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 191 172 -
CMYK 0.12 0 0.10 0.25
HSL 130.43º 0.15% 0.7% -
HSV(B) 130.43º 0.12% 0.75% -
XYZ 42.23 48.57 46.18 -
YUV 181.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 168 191 172 0.12 0 0.10 0.25 130.43 0.15 0.7
Hex A8 BF AC C 0 A 19 82 F 46
Octal 250 277 254 14 0 12 31 202 17 106
Binary 10101000 10111111 10101100 1100 0 1010 11001 10000010 1111 1000110

Color Harmonies of #A8BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFAC

Black with #A8BFAC

Text Example


Text Example

White with #A8BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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