Html Css Color HEX #A3BCA8 Gum Leaf

📋 copy color: '#A3BCA8'

red 163 ◦ green 188 ◦ blue 168

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

Shades of Gum Leaf #A3BCA8

Tints of Gum Leaf #A3BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 31.41%
G = 36.22%
B = 32.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A3BCA8 (or 0xA3BCA8) is known color: Gum Leaf. HEX triplet: A3, BC and A8. RGB value is (163,188,168). Sum of RGB (Red+Green+Blue) = 163+188+168=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA8 is #5C4357. Grayscale: #B2B2B2. Windows color (decimal): -6046552 or 11058339. OLE color: 11058339.

HSL color Cylindrical-coordinate representation of color #A3BCA8: hue angle of 132º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BCA8 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 168 -
CMYK 0.13 0 0.11 0.26
HSL 132º 0.16% 0.69% -
HSV(B) 132º 0.13% 0.74% -
XYZ 40.16 46.58 43.92 -
YUV 178.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 163 188 168 0.13 0 0.11 0.26 132 0.16 0.69
Hex A3 BC A8 D 0 B 1A 84 10 45
Octal 243 274 250 15 0 13 32 204 20 105
Binary 10100011 10111100 10101000 1101 0 1011 11010 10000100 10000 1000101

Color Harmonies of #A3BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCA8

Black with #A3BCA8

Text Example


Text Example

White with #A3BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCA8; }

 p { color: rgb(163,188,168); }

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

background-color css

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

 a { background-color: rgb(163,188,168); }

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

border-color css

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

 span { border-color: rgb(163,188,168); }

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