Html Css Color HEX #A0BBA3 Gum Leaf

📋 copy color: '#A0BBA3'

red 160 ◦ green 187 ◦ blue 163

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

Shades of Gum Leaf #A0BBA3

Tints of Gum Leaf #A0BBA3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 31.37%
G = 36.67%
B = 31.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#A0BBA3 (or 0xA0BBA3) is known color: Gum Leaf. HEX triplet: A0, BB and A3. RGB value is (160,187,163). Sum of RGB (Red+Green+Blue) = 160+187+163=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA3 is #5F445C. Grayscale: #B0B0B0. Windows color (decimal): -6243421 or 10730400. OLE color: 10730400.

HSL color Cylindrical-coordinate representation of color #A0BBA3: hue angle of 126.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBA3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 163 -
CMYK 0.14 0 0.13 0.27
HSL 126.67º 0.17% 0.68% -
HSV(B) 126.67º 0.14% 0.73% -
XYZ 38.88 45.66 41.41 -
YUV 176.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 160 187 163 0.14 0 0.13 0.27 126.67 0.17 0.68
Hex A0 BB A3 E 0 D 1B 7F 11 44
Octal 240 273 243 16 0 15 33 177 21 104
Binary 10100000 10111011 10100011 1110 0 1101 11011 1111111 10001 1000100

Color Harmonies of #A0BBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBA3

Black with #A0BBA3

Text Example


Text Example

White with #A0BBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBA3; }

 p { color: rgb(160,187,163); }

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

background-color css

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

 a { background-color: rgb(160,187,163); }

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

border-color css

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

 span { border-color: rgb(160,187,163); }

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