Html Css Color HEX #A7B9AC Gum Leaf

📋 copy color: '#A7B9AC'

red 167 ◦ green 185 ◦ blue 172

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

Shades of Gum Leaf #A7B9AC

Tints of Gum Leaf #A7B9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 31.87%
G = 35.31%
B = 32.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A7B9AC (or 0xA7B9AC) is known color: Gum Leaf. HEX triplet: A7, B9 and AC. RGB value is (167,185,172). Sum of RGB (Red+Green+Blue) = 167+185+172=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9AC is #584653. Grayscale: #B2B2B2. Windows color (decimal): -5785172 or 11319719. OLE color: 11319719.

HSL color Cylindrical-coordinate representation of color #A7B9AC: hue angle of 136.67º degrees, saturation: 0.11, 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 #A7B9AC is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 172 -
CMYK 0.10 0 0.07 0.27
HSL 136.67º 0.11% 0.69% -
HSV(B) 136.67º 0.1% 0.73% -
XYZ 40.73 45.89 45.74 -
YUV 178.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 167 185 172 0.10 0 0.07 0.27 136.67 0.11 0.69
Hex A7 B9 AC A 0 7 1B 89 B 45
Octal 247 271 254 12 0 7 33 211 13 105
Binary 10100111 10111001 10101100 1010 0 111 11011 10001001 1011 1000101

Color Harmonies of #A7B9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9AC

Black with #A7B9AC

Text Example


Text Example

White with #A7B9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9AC; }

 p { color: rgb(167,185,172); }

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

background-color css

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

 a { background-color: rgb(167,185,172); }

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

border-color css

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

 span { border-color: rgb(167,185,172); }

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