Html Css Color HEX #A0BFA9 Gum Leaf

📋 copy color: '#A0BFA9'

red 160 ◦ green 191 ◦ blue 169

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

Shades of Gum Leaf #A0BFA9

Tints of Gum Leaf #A0BFA9

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

 BLUE value IS 169 (66.41% from 255) = 32.5%

R = 30.77%
G = 36.73%
B = 32.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#A0BFA9 (or 0xA0BFA9) is known color: Gum Leaf. HEX triplet: A0, BF and A9. RGB value is (160,191,169). Sum of RGB (Red+Green+Blue) = 160+191+169=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA9 is #5F4056. Grayscale: #B3B3B3. Windows color (decimal): -6242391 or 11124640. OLE color: 11124640.

HSL color Cylindrical-coordinate representation of color #A0BFA9: hue angle of 137.42º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BFA9 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 169 -
CMYK 0.16 0 0.12 0.25
HSL 137.42º 0.19% 0.69% -
HSV(B) 137.42º 0.16% 0.75% -
XYZ 40.29 47.6 44.6 -
YUV 179.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 160 191 169 0.16 0 0.12 0.25 137.42 0.19 0.69
Hex A0 BF A9 10 0 C 19 89 13 45
Octal 240 277 251 20 0 14 31 211 23 105
Binary 10100000 10111111 10101001 10000 0 1100 11001 10001001 10011 1000101

Color Harmonies of #A0BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFA9

Black with #A0BFA9

Text Example


Text Example

White with #A0BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFA9; }

 p { color: rgb(160,191,169); }

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

background-color css

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

 a { background-color: rgb(160,191,169); }

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

border-color css

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

 span { border-color: rgb(160,191,169); }

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