Html Css Color HEX #A0BFA8 Gum Leaf

📋 copy color: '#A0BFA8'

red 160 ◦ green 191 ◦ blue 168

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

Shades of Gum Leaf #A0BFA8

Tints of Gum Leaf #A0BFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 30.83%
G = 36.8%
B = 32.37%

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

#A0BFA8 (or 0xA0BFA8) is known color: Gum Leaf. HEX triplet: A0, BF and A8. RGB value is (160,191,168). Sum of RGB (Red+Green+Blue) = 160+191+168=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFA8 is #5F4057. Grayscale: #B3B3B3. Windows color (decimal): -6242392 or 11059104. OLE color: 11059104.

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

Color convert

RGB 160 191 168 -
CMYK 0.16 0 0.12 0.25
HSL 135.48º 0.19% 0.69% -
HSV(B) 135.48º 0.16% 0.75% -
XYZ 40.2 47.56 44.11 -
YUV 179.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 160 191 168 0.16 0 0.12 0.25 135.48 0.19 0.69
Hex A0 BF A8 10 0 C 19 87 13 45
Octal 240 277 250 20 0 14 31 207 23 105
Binary 10100000 10111111 10101000 10000 0 1100 11001 10000111 10011 1000101

Color Harmonies of #A0BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFA8

Black with #A0BFA8

Text Example


Text Example

White with #A0BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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