Html Css Color HEX #A1BDA3 Gum Leaf

📋 copy color: '#A1BDA3'

red 161 ◦ green 189 ◦ blue 163

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

Shades of Gum Leaf #A1BDA3

Tints of Gum Leaf #A1BDA3

RGB

 RED value IS 161 (63.28% from 255) = 31.38%

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

 BLUE value IS 163 (64.06% from 255) = 31.77%

R = 31.38%
G = 36.84%
B = 31.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A1BDA3 (or 0xA1BDA3) is known color: Gum Leaf. HEX triplet: A1, BD and A3. RGB value is (161,189,163). Sum of RGB (Red+Green+Blue) = 161+189+163=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BDA3 is #5E425C. Grayscale: #B1B1B1. Windows color (decimal): -6177373 or 10730913. OLE color: 10730913.

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

Color convert

RGB 161 189 163 -
CMYK 0.15 0 0.14 0.26
HSL 124.29º 0.18% 0.69% -
HSV(B) 124.29º 0.15% 0.74% -
XYZ 39.51 46.62 41.57 -
YUV 177.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 161 189 163 0.15 0 0.14 0.26 124.29 0.18 0.69
Hex A1 BD A3 F 0 E 1A 7C 12 45
Octal 241 275 243 17 0 16 32 174 22 105
Binary 10100001 10111101 10100011 1111 0 1110 11010 1111100 10010 1000101

Color Harmonies of #A1BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BDA3

Black with #A1BDA3

Text Example


Text Example

White with #A1BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BDA3; }

 p { color: rgb(161,189,163); }

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

background-color css

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

 a { background-color: rgb(161,189,163); }

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

border-color css

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

 span { border-color: rgb(161,189,163); }

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