Html Css Color HEX #A7BFAB Gum Leaf

📋 copy color: '#A7BFAB'

red 167 ◦ green 191 ◦ blue 171

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

Shades of Gum Leaf #A7BFAB

Tints of Gum Leaf #A7BFAB

RGB

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

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

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

R = 31.57%
G = 36.11%
B = 32.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A7BFAB (or 0xA7BFAB) is known color: Gum Leaf. HEX triplet: A7, BF and AB. RGB value is (167,191,171). Sum of RGB (Red+Green+Blue) = 167+191+171=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BFAB is #584054. Grayscale: #B5B5B5. Windows color (decimal): -5783637 or 11255719. OLE color: 11255719.

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

Color convert

RGB 167 191 171 -
CMYK 0.13 0 0.10 0.25
HSL 130º 0.16% 0.7% -
HSV(B) 130º 0.13% 0.75% -
XYZ 41.92 48.42 45.66 -
YUV 181.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 167 191 171 0.13 0 0.10 0.25 130 0.16 0.7
Hex A7 BF AB D 0 A 19 82 10 46
Octal 247 277 253 15 0 12 31 202 20 106
Binary 10100111 10111111 10101011 1101 0 1010 11001 10000010 10000 1000110

Color Harmonies of #A7BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFAB

Black with #A7BFAB

Text Example


Text Example

White with #A7BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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