Html Css Color HEX #A3BFAA Gum Leaf

📋 copy color: '#A3BFAA'

red 163 ◦ green 191 ◦ blue 170

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

Shades of Gum Leaf #A3BFAA

Tints of Gum Leaf #A3BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

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

R = 31.11%
G = 36.45%
B = 32.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A3BFAA (or 0xA3BFAA) is known color: Gum Leaf. HEX triplet: A3, BF and AA. RGB value is (163,191,170). Sum of RGB (Red+Green+Blue) = 163+191+170=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFAA is #5C4055. Grayscale: #B4B4B4. Windows color (decimal): -6045782 or 11190179. OLE color: 11190179.

HSL color Cylindrical-coordinate representation of color #A3BFAA: hue angle of 135º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BFAA is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 191 170 -
CMYK 0.15 0 0.11 0.25
HSL 135º 0.18% 0.69% -
HSV(B) 135º 0.15% 0.75% -
XYZ 40.99 47.95 45.13 -
YUV 180.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 163 191 170 0.15 0 0.11 0.25 135 0.18 0.69
Hex A3 BF AA F 0 B 19 87 12 45
Octal 243 277 252 17 0 13 31 207 22 105
Binary 10100011 10111111 10101010 1111 0 1011 11001 10000111 10010 1000101

Color Harmonies of #A3BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFAA

Black with #A3BFAA

Text Example


Text Example

White with #A3BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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