Html Css Color HEX #A3BDA9 Gum Leaf

📋 copy color: '#A3BDA9'

red 163 ◦ green 189 ◦ blue 169

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

Shades of Gum Leaf #A3BDA9

Tints of Gum Leaf #A3BDA9

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

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

 BLUE value IS 169 (66.41% from 255) = 32.44%

R = 31.29%
G = 36.28%
B = 32.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#A3BDA9 (or 0xA3BDA9) is known color: Gum Leaf. HEX triplet: A3, BD and A9. RGB value is (163,189,169). Sum of RGB (Red+Green+Blue) = 163+189+169=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA9 is #5C4256. Grayscale: #B3B3B3. Windows color (decimal): -6046295 or 11124131. OLE color: 11124131.

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

Color convert

RGB 163 189 169 -
CMYK 0.14 0 0.11 0.26
HSL 133.85º 0.16% 0.69% -
HSV(B) 133.85º 0.14% 0.74% -
XYZ 40.46 47.05 44.48 -
YUV 178.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 163 189 169 0.14 0 0.11 0.26 133.85 0.16 0.69
Hex A3 BD A9 E 0 B 1A 86 10 45
Octal 243 275 251 16 0 13 32 206 20 105
Binary 10100011 10111101 10101001 1110 0 1011 11010 10000110 10000 1000101

Color Harmonies of #A3BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDA9

Black with #A3BDA9

Text Example


Text Example

White with #A3BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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