Html Css Color HEX #A3BEA6 Gum Leaf

📋 copy color: '#A3BEA6'

red 163 ◦ green 190 ◦ blue 166

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

Shades of Gum Leaf #A3BEA6

Tints of Gum Leaf #A3BEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 31.41%
G = 36.61%
B = 31.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#A3BEA6 (or 0xA3BEA6) is known color: Gum Leaf. HEX triplet: A3, BE and A6. RGB value is (163,190,166). Sum of RGB (Red+Green+Blue) = 163+190+166=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BEA6 is #5C4159. Grayscale: #B3B3B3. Windows color (decimal): -6046042 or 10927779. OLE color: 10927779.

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

Color convert

RGB 163 190 166 -
CMYK 0.14 0 0.13 0.25
HSL 126.67º 0.17% 0.69% -
HSV(B) 126.67º 0.14% 0.75% -
XYZ 40.4 47.37 43.09 -
YUV 179.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 163 190 166 0.14 0 0.13 0.25 126.67 0.17 0.69
Hex A3 BE A6 E 0 D 19 7F 11 45
Octal 243 276 246 16 0 15 31 177 21 105
Binary 10100011 10111110 10100110 1110 0 1101 11001 1111111 10001 1000101

Color Harmonies of #A3BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEA6

Black with #A3BEA6

Text Example


Text Example

White with #A3BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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