Html Css Color HEX #A7BCAC Gum Leaf

📋 copy color: '#A7BCAC'

red 167 ◦ green 188 ◦ blue 172

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

Shades of Gum Leaf #A7BCAC

Tints of Gum Leaf #A7BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 31.69%
G = 35.67%
B = 32.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#A7BCAC (or 0xA7BCAC) is known color: Gum Leaf. HEX triplet: A7, BC and AC. RGB value is (167,188,172). Sum of RGB (Red+Green+Blue) = 167+188+172=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCAC is #584353. Grayscale: #B3B3B3. Windows color (decimal): -5784404 or 11320487. OLE color: 11320487.

HSL color Cylindrical-coordinate representation of color #A7BCAC: hue angle of 134.29º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7BCAC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 172 -
CMYK 0.11 0 0.09 0.26
HSL 134.29º 0.14% 0.7% -
HSV(B) 134.29º 0.11% 0.74% -
XYZ 41.37 47.16 45.95 -
YUV 179.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 167 188 172 0.11 0 0.09 0.26 134.29 0.14 0.7
Hex A7 BC AC B 0 9 1A 86 E 46
Octal 247 274 254 13 0 11 32 206 16 106
Binary 10100111 10111100 10101100 1011 0 1001 11010 10000110 1110 1000110

Color Harmonies of #A7BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCAC

Black with #A7BCAC

Text Example


Text Example

White with #A7BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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