Html Css Color HEX #A0BDA6 Gum Leaf

📋 copy color: '#A0BDA6'

red 160 ◦ green 189 ◦ blue 166

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

Shades of Gum Leaf #A0BDA6

Tints of Gum Leaf #A0BDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.23%

R = 31.07%
G = 36.7%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A0BDA6 (or 0xA0BDA6) is known color: Gum Leaf. HEX triplet: A0, BD and A6. RGB value is (160,189,166). Sum of RGB (Red+Green+Blue) = 160+189+166=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BDA6 is #5F4259. Grayscale: #B1B1B1. Windows color (decimal): -6242906 or 10927520. OLE color: 10927520.

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

Color convert

RGB 160 189 166 -
CMYK 0.15 0 0.12 0.26
HSL 132.41º 0.18% 0.68% -
HSV(B) 132.41º 0.15% 0.74% -
XYZ 39.58 46.62 42.99 -
YUV 177.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 160 189 166 0.15 0 0.12 0.26 132.41 0.18 0.68
Hex A0 BD A6 F 0 C 1A 84 12 44
Octal 240 275 246 17 0 14 32 204 22 104
Binary 10100000 10111101 10100110 1111 0 1100 11010 10000100 10010 1000100

Color Harmonies of #A0BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDA6

Black with #A0BDA6

Text Example


Text Example

White with #A0BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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