Html Css Color HEX #A7BFAA Gum Leaf

📋 copy color: '#A7BFAA'

red 167 ◦ green 191 ◦ blue 170

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

Shades of Gum Leaf #A7BFAA

Tints of Gum Leaf #A7BFAA

RGB

 RED value IS 167 (65.63% from 255) = 31.63%

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

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

R = 31.63%
G = 36.17%
B = 32.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#A7BFAA (or 0xA7BFAA) is known color: Gum Leaf. HEX triplet: A7, BF and AA. RGB value is (167,191,170). Sum of RGB (Red+Green+Blue) = 167+191+170=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFAA is #584055. Grayscale: #B5B5B5. Windows color (decimal): -5783638 or 11190183. OLE color: 11190183.

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

Color convert

RGB 167 191 170 -
CMYK 0.13 0 0.11 0.25
HSL 127.5º 0.16% 0.7% -
HSV(B) 127.5º 0.13% 0.75% -
XYZ 41.82 48.38 45.16 -
YUV 181.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 167 191 170 0.13 0 0.11 0.25 127.5 0.16 0.7
Hex A7 BF AA D 0 B 19 80 10 46
Octal 247 277 252 15 0 13 31 200 20 106
Binary 10100111 10111111 10101010 1101 0 1011 11001 10000000 10000 1000110

Color Harmonies of #A7BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFAA

Black with #A7BFAA

Text Example


Text Example

White with #A7BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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