Html Css Color HEX #A3BEAC Gum Leaf

📋 copy color: '#A3BEAC'

red 163 ◦ green 190 ◦ blue 172

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

Shades of Gum Leaf #A3BEAC

Tints of Gum Leaf #A3BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 31.05%
G = 36.19%
B = 32.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A3BEAC (or 0xA3BEAC) is known color: Gum Leaf. HEX triplet: A3, BE and AC. RGB value is (163,190,172). Sum of RGB (Red+Green+Blue) = 163+190+172=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEAC is #5C4153. Grayscale: #B3B3B3. Windows color (decimal): -6046036 or 11320995. OLE color: 11320995.

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

Color convert

RGB 163 190 172 -
CMYK 0.14 0 0.09 0.25
HSL 140º 0.17% 0.69% -
HSV(B) 140º 0.14% 0.75% -
XYZ 40.96 47.59 46.06 -
YUV 179.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 163 190 172 0.14 0 0.09 0.25 140 0.17 0.69
Hex A3 BE AC E 0 9 19 8C 11 45
Octal 243 276 254 16 0 11 31 214 21 105
Binary 10100011 10111110 10101100 1110 0 1001 11001 10001100 10001 1000101

Color Harmonies of #A3BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEAC

Black with #A3BEAC

Text Example


Text Example

White with #A3BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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