Html Css Color HEX #A3BCA7 Gum Leaf

📋 copy color: '#A3BCA7'

red 163 ◦ green 188 ◦ blue 167

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

Shades of Gum Leaf #A3BCA7

Tints of Gum Leaf #A3BCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 31.47%
G = 36.29%
B = 32.24%

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

#A3BCA7 (or 0xA3BCA7) is known color: Gum Leaf. HEX triplet: A3, BC and A7. RGB value is (163,188,167). Sum of RGB (Red+Green+Blue) = 163+188+167=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA7 is #5C4358. Grayscale: #B2B2B2. Windows color (decimal): -6046553 or 10992803. OLE color: 10992803.

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

Color convert

RGB 163 188 167 -
CMYK 0.13 0 0.11 0.26
HSL 129.6º 0.16% 0.69% -
HSV(B) 129.6º 0.13% 0.74% -
XYZ 40.06 46.54 43.43 -
YUV 178.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 163 188 167 0.13 0 0.11 0.26 129.6 0.16 0.69
Hex A3 BC A7 D 0 B 1A 82 10 45
Octal 243 274 247 15 0 13 32 202 20 105
Binary 10100011 10111100 10100111 1101 0 1011 11010 10000010 10000 1000101

Color Harmonies of #A3BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCA7

Black with #A3BCA7

Text Example


Text Example

White with #A3BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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