Html Css Color HEX #A7BAAB Gum Leaf

📋 copy color: '#A7BAAB'

red 167 ◦ green 186 ◦ blue 171

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

Shades of Gum Leaf #A7BAAB

Tints of Gum Leaf #A7BAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.63%

R = 31.87%
G = 35.5%
B = 32.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A7BAAB (or 0xA7BAAB) is known color: Gum Leaf. HEX triplet: A7, BA and AB. RGB value is (167,186,171). Sum of RGB (Red+Green+Blue) = 167+186+171=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BAAB is #584554. Grayscale: #B2B2B2. Windows color (decimal): -5784917 or 11254439. OLE color: 11254439.

HSL color Cylindrical-coordinate representation of color #A7BAAB: hue angle of 132.63º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7BAAB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 186 171 -
CMYK 0.10 0 0.08 0.27
HSL 132.63º 0.12% 0.69% -
HSV(B) 132.63º 0.1% 0.73% -
XYZ 40.85 46.27 45.31 -
YUV 178.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 167 186 171 0.10 0 0.08 0.27 132.63 0.12 0.69
Hex A7 BA AB A 0 8 1B 85 C 45
Octal 247 272 253 12 0 10 33 205 14 105
Binary 10100111 10111010 10101011 1010 0 1000 11011 10000101 1100 1000101

Color Harmonies of #A7BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BAAB

Black with #A7BAAB

Text Example


Text Example

White with #A7BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BAAB; }

 p { color: rgb(167,186,171); }

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

background-color css

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

 a { background-color: rgb(167,186,171); }

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

border-color css

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

 span { border-color: rgb(167,186,171); }

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