Html Css Color HEX #A7BCA9 Gum Leaf

📋 copy color: '#A7BCA9'

red 167 ◦ green 188 ◦ blue 169

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

Shades of Gum Leaf #A7BCA9

Tints of Gum Leaf #A7BCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.25%

R = 31.87%
G = 35.88%
B = 32.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A7BCA9 (or 0xA7BCA9) is known color: Gum Leaf. HEX triplet: A7, BC and A9. RGB value is (167,188,169). Sum of RGB (Red+Green+Blue) = 167+188+169=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA9 is #584356. Grayscale: #B3B3B3. Windows color (decimal): -5784407 or 11123879. OLE color: 11123879.

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

Color convert

RGB 167 188 169 -
CMYK 0.11 0 0.10 0.26
HSL 125.71º 0.14% 0.7% -
HSV(B) 125.71º 0.11% 0.74% -
XYZ 41.08 47.05 44.45 -
YUV 179.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 167 188 169 0.11 0 0.10 0.26 125.71 0.14 0.7
Hex A7 BC A9 B 0 A 1A 7E E 46
Octal 247 274 251 13 0 12 32 176 16 106
Binary 10100111 10111100 10101001 1011 0 1010 11010 1111110 1110 1000110

Color Harmonies of #A7BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCA9

Black with #A7BCA9

Text Example


Text Example

White with #A7BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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