Html Css Color HEX #A3BEA9 Gum Leaf

📋 copy color: '#A3BEA9'

red 163 ◦ green 190 ◦ blue 169

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

Shades of Gum Leaf #A3BEA9

Tints of Gum Leaf #A3BEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.38%

R = 31.23%
G = 36.4%
B = 32.38%

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

#A3BEA9 (or 0xA3BEA9) is known color: Gum Leaf. HEX triplet: A3, BE and A9. RGB value is (163,190,169). Sum of RGB (Red+Green+Blue) = 163+190+169=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEA9 is #5C4156. Grayscale: #B3B3B3. Windows color (decimal): -6046039 or 11124387. OLE color: 11124387.

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

Color convert

RGB 163 190 169 -
CMYK 0.14 0 0.11 0.25
HSL 133.33º 0.17% 0.69% -
HSV(B) 133.33º 0.14% 0.75% -
XYZ 40.68 47.48 44.56 -
YUV 179.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 163 190 169 0.14 0 0.11 0.25 133.33 0.17 0.69
Hex A3 BE A9 E 0 B 19 85 11 45
Octal 243 276 251 16 0 13 31 205 21 105
Binary 10100011 10111110 10101001 1110 0 1011 11001 10000101 10001 1000101

Color Harmonies of #A3BEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEA9

Black with #A3BEA9

Text Example


Text Example

White with #A3BEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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