Html Css Color HEX #A0BCA6 Gum Leaf

📋 copy color: '#A0BCA6'

red 160 ◦ green 188 ◦ blue 166

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

Shades of Gum Leaf #A0BCA6

Tints of Gum Leaf #A0BCA6

RGB

 RED value IS 160 (62.89% from 255) = 31.13%

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

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

R = 31.13%
G = 36.58%
B = 32.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A0BCA6 (or 0xA0BCA6) is known color: Gum Leaf. HEX triplet: A0, BC and A6. RGB value is (160,188,166). Sum of RGB (Red+Green+Blue) = 160+188+166=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA6 is #5F4359. Grayscale: #B1B1B1. Windows color (decimal): -6243162 or 10927264. OLE color: 10927264.

HSL color Cylindrical-coordinate representation of color #A0BCA6: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCA6 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 166 -
CMYK 0.15 0 0.12 0.26
HSL 132.86º 0.17% 0.68% -
HSV(B) 132.86º 0.15% 0.74% -
XYZ 39.36 46.19 42.92 -
YUV 177.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 160 188 166 0.15 0 0.12 0.26 132.86 0.17 0.68
Hex A0 BC A6 F 0 C 1A 85 11 44
Octal 240 274 246 17 0 14 32 205 21 104
Binary 10100000 10111100 10100110 1111 0 1100 11010 10000101 10001 1000100

Color Harmonies of #A0BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCA6

Black with #A0BCA6

Text Example


Text Example

White with #A0BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCA6; }

 p { color: rgb(160,188,166); }

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

background-color css

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

 a { background-color: rgb(160,188,166); }

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

border-color css

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

 span { border-color: rgb(160,188,166); }

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