Html Css Color HEX #A3BDAA Gum Leaf

📋 copy color: '#A3BDAA'

red 163 ◦ green 189 ◦ blue 170

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

Shades of Gum Leaf #A3BDAA

Tints of Gum Leaf #A3BDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 31.23%
G = 36.21%
B = 32.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A3BDAA (or 0xA3BDAA) is known color: Gum Leaf. HEX triplet: A3, BD and AA. RGB value is (163,189,170). Sum of RGB (Red+Green+Blue) = 163+189+170=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDAA is #5C4255. Grayscale: #B3B3B3. Windows color (decimal): -6046294 or 11189667. OLE color: 11189667.

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

Color convert

RGB 163 189 170 -
CMYK 0.14 0 0.10 0.26
HSL 136.15º 0.16% 0.69% -
HSV(B) 136.15º 0.14% 0.74% -
XYZ 40.56 47.08 44.98 -
YUV 179.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 163 189 170 0.14 0 0.10 0.26 136.15 0.16 0.69
Hex A3 BD AA E 0 A 1A 88 10 45
Octal 243 275 252 16 0 12 32 210 20 105
Binary 10100011 10111101 10101010 1110 0 1010 11010 10001000 10000 1000101

Color Harmonies of #A3BDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDAA

Black with #A3BDAA

Text Example


Text Example

White with #A3BDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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