Html Css Color HEX #A0BCA7 Gum Leaf

📋 copy color: '#A0BCA7'

red 160 ◦ green 188 ◦ blue 167

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

Shades of Gum Leaf #A0BCA7

Tints of Gum Leaf #A0BCA7

RGB

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

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

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

R = 31.07%
G = 36.5%
B = 32.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A0BCA7 (or 0xA0BCA7) is known color: Gum Leaf. HEX triplet: A0, BC and A7. RGB value is (160,188,167). Sum of RGB (Red+Green+Blue) = 160+188+167=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BCA7 is #5F4358. Grayscale: #B1B1B1. Windows color (decimal): -6243161 or 10992800. OLE color: 10992800.

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

Color convert

RGB 160 188 167 -
CMYK 0.15 0 0.11 0.26
HSL 135º 0.17% 0.68% -
HSV(B) 135º 0.15% 0.74% -
XYZ 39.46 46.23 43.4 -
YUV 177.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 160 188 167 0.15 0 0.11 0.26 135 0.17 0.68
Hex A0 BC A7 F 0 B 1A 87 11 44
Octal 240 274 247 17 0 13 32 207 21 104
Binary 10100000 10111100 10100111 1111 0 1011 11010 10000111 10001 1000100

Color Harmonies of #A0BCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCA7

Black with #A0BCA7

Text Example


Text Example

White with #A0BCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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