Html Css Color HEX #A0BDA8 Gum Leaf

📋 copy color: '#A0BDA8'

red 160 ◦ green 189 ◦ blue 168

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

Shades of Gum Leaf #A0BDA8

Tints of Gum Leaf #A0BDA8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

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

R = 30.95%
G = 36.56%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A0BDA8 (or 0xA0BDA8) is known color: Gum Leaf. HEX triplet: A0, BD and A8. RGB value is (160,189,168). Sum of RGB (Red+Green+Blue) = 160+189+168=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA8 is #5F4257. Grayscale: #B1B1B1. Windows color (decimal): -6242904 or 11058592. OLE color: 11058592.

HSL color Cylindrical-coordinate representation of color #A0BDA8: hue angle of 136.55º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 168 -
CMYK 0.15 0 0.11 0.26
HSL 136.55º 0.18% 0.68% -
HSV(B) 136.55º 0.15% 0.74% -
XYZ 39.76 46.7 43.96 -
YUV 177.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 160 189 168 0.15 0 0.11 0.26 136.55 0.18 0.68
Hex A0 BD A8 F 0 B 1A 89 12 44
Octal 240 275 250 17 0 13 32 211 22 104
Binary 10100000 10111101 10101000 1111 0 1011 11010 10001001 10010 1000100

Color Harmonies of #A0BDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDA8

Black with #A0BDA8

Text Example


Text Example

White with #A0BDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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