Html Css Color HEX #A3BEAA Gum Leaf

📋 copy color: '#A3BEAA'

red 163 ◦ green 190 ◦ blue 170

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

Shades of Gum Leaf #A3BEAA

Tints of Gum Leaf #A3BEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 31.17%
G = 36.33%
B = 32.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A3BEAA (or 0xA3BEAA) is known color: Gum Leaf. HEX triplet: A3, BE and AA. RGB value is (163,190,170). Sum of RGB (Red+Green+Blue) = 163+190+170=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEAA is #5C4155. Grayscale: #B3B3B3. Windows color (decimal): -6046038 or 11189923. OLE color: 11189923.

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

Color convert

RGB 163 190 170 -
CMYK 0.14 0 0.11 0.25
HSL 135.56º 0.17% 0.69% -
HSV(B) 135.56º 0.14% 0.75% -
XYZ 40.77 47.52 45.05 -
YUV 179.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 163 190 170 0.14 0 0.11 0.25 135.56 0.17 0.69
Hex A3 BE AA E 0 B 19 88 11 45
Octal 243 276 252 16 0 13 31 210 21 105
Binary 10100011 10111110 10101010 1110 0 1011 11001 10001000 10001 1000101

Color Harmonies of #A3BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEAA

Black with #A3BEAA

Text Example


Text Example

White with #A3BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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