Html Css Color HEX #A3BFAC Gum Leaf

📋 copy color: '#A3BFAC'

red 163 ◦ green 191 ◦ blue 172

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

Shades of Gum Leaf #A3BFAC

Tints of Gum Leaf #A3BFAC

RGB

 RED value IS 163 (64.06% from 255) = 30.99%

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

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

R = 30.99%
G = 36.31%
B = 32.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A3BFAC (or 0xA3BFAC) is known color: Gum Leaf. HEX triplet: A3, BF and AC. RGB value is (163,191,172). Sum of RGB (Red+Green+Blue) = 163+191+172=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFAC is #5C4053. Grayscale: #B4B4B4. Windows color (decimal): -6045780 or 11321251. OLE color: 11321251.

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

Color convert

RGB 163 191 172 -
CMYK 0.15 0 0.10 0.25
HSL 139.29º 0.18% 0.69% -
HSV(B) 139.29º 0.15% 0.75% -
XYZ 41.18 48.03 46.13 -
YUV 180.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 163 191 172 0.15 0 0.10 0.25 139.29 0.18 0.69
Hex A3 BF AC F 0 A 19 8B 12 45
Octal 243 277 254 17 0 12 31 213 22 105
Binary 10100011 10111111 10101100 1111 0 1010 11001 10001011 10010 1000101

Color Harmonies of #A3BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFAC

Black with #A3BFAC

Text Example


Text Example

White with #A3BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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