Html Css Color HEX #A3BAAA Gum Leaf

📋 copy color: '#A3BAAA'

red 163 ◦ green 186 ◦ blue 170

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

Shades of Gum Leaf #A3BAAA

Tints of Gum Leaf #A3BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 31.41%
G = 35.84%
B = 32.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A3BAAA (or 0xA3BAAA) is known color: Gum Leaf. HEX triplet: A3, BA and AA. RGB value is (163,186,170). Sum of RGB (Red+Green+Blue) = 163+186+170=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BAAA is #5C4555. Grayscale: #B1B1B1. Windows color (decimal): -6047062 or 11188899. OLE color: 11188899.

HSL color Cylindrical-coordinate representation of color #A3BAAA: hue angle of 138.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3BAAA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 170 -
CMYK 0.12 0 0.09 0.27
HSL 138.26º 0.14% 0.68% -
HSV(B) 138.26º 0.12% 0.73% -
XYZ 39.92 45.81 44.77 -
YUV 177.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 163 186 170 0.12 0 0.09 0.27 138.26 0.14 0.68
Hex A3 BA AA C 0 9 1B 8A E 44
Octal 243 272 252 14 0 11 33 212 16 104
Binary 10100011 10111010 10101010 1100 0 1001 11011 10001010 1110 1000100

Color Harmonies of #A3BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BAAA

Black with #A3BAAA

Text Example


Text Example

White with #A3BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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