Html Css Color HEX #A0BFA5 Gum Leaf

📋 copy color: '#A0BFA5'

red 160 ◦ green 191 ◦ blue 165

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

Shades of Gum Leaf #A0BFA5

Tints of Gum Leaf #A0BFA5

RGB

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

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

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

R = 31.01%
G = 37.02%
B = 31.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A0BFA5 (or 0xA0BFA5) is known color: Gum Leaf. HEX triplet: A0, BF and A5. RGB value is (160,191,165). Sum of RGB (Red+Green+Blue) = 160+191+165=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA5 is #5F405A. Grayscale: #B2B2B2. Windows color (decimal): -6242395 or 10862496. OLE color: 10862496.

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

Color convert

RGB 160 191 165 -
CMYK 0.16 0 0.14 0.25
HSL 129.68º 0.19% 0.69% -
HSV(B) 129.68º 0.16% 0.75% -
XYZ 39.92 47.45 42.65 -
YUV 178.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 160 191 165 0.16 0 0.14 0.25 129.68 0.19 0.69
Hex A0 BF A5 10 0 E 19 82 13 45
Octal 240 277 245 20 0 16 31 202 23 105
Binary 10100000 10111111 10100101 10000 0 1110 11001 10000010 10011 1000101

Color Harmonies of #A0BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFA5

Black with #A0BFA5

Text Example


Text Example

White with #A0BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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