Html Css Color HEX #A0BBA5 Gum Leaf

📋 copy color: '#A0BBA5'

red 160 ◦ green 187 ◦ blue 165

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

Shades of Gum Leaf #A0BBA5

Tints of Gum Leaf #A0BBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.23%

R = 31.25%
G = 36.52%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A0BBA5 (or 0xA0BBA5) is known color: Gum Leaf. HEX triplet: A0, BB and A5. RGB value is (160,187,165). Sum of RGB (Red+Green+Blue) = 160+187+165=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA5 is #5F445A. Grayscale: #B0B0B0. Windows color (decimal): -6243419 or 10861472. OLE color: 10861472.

HSL color Cylindrical-coordinate representation of color #A0BBA5: hue angle of 131.11º 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 #A0BBA5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 165 -
CMYK 0.14 0 0.12 0.27
HSL 131.11º 0.17% 0.68% -
HSV(B) 131.11º 0.14% 0.73% -
XYZ 39.06 45.73 42.37 -
YUV 176.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 160 187 165 0.14 0 0.12 0.27 131.11 0.17 0.68
Hex A0 BB A5 E 0 C 1B 83 11 44
Octal 240 273 245 16 0 14 33 203 21 104
Binary 10100000 10111011 10100101 1110 0 1100 11011 10000011 10001 1000100

Color Harmonies of #A0BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBA5

Black with #A0BBA5

Text Example


Text Example

White with #A0BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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