Html Css Color HEX #A7C2AF Gum Leaf

📋 copy color: '#A7C2AF'

red 167 ◦ green 194 ◦ blue 175

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

Shades of Gum Leaf #A7C2AF

Tints of Gum Leaf #A7C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.19%

 BLUE value IS 175 (68.75% from 255) = 32.65%

R = 31.16%
G = 36.19%
B = 32.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#A7C2AF (or 0xA7C2AF) is known color: Gum Leaf. HEX triplet: A7, C2 and AF. RGB value is (167,194,175). Sum of RGB (Red+Green+Blue) = 167+194+175=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C2AF is #583D50. Grayscale: #B7B7B7. Windows color (decimal): -5782865 or 11518631. OLE color: 11518631.

HSL color Cylindrical-coordinate representation of color #A7C2AF: hue angle of 137.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C2AF is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 194 175 -
CMYK 0.14 0 0.10 0.24
HSL 137.78º 0.18% 0.71% -
HSV(B) 137.78º 0.14% 0.76% -
XYZ 42.97 49.89 47.92 -
YUV 183.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 167 194 175 0.14 0 0.10 0.24 137.78 0.18 0.71
Hex A7 C2 AF E 0 A 18 8A 12 47
Octal 247 302 257 16 0 12 30 212 22 107
Binary 10100111 11000010 10101111 1110 0 1010 11000 10001010 10010 1000111

Color Harmonies of #A7C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C2AF

Black with #A7C2AF

Text Example


Text Example

White with #A7C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C2AF; }

 p { color: rgb(167,194,175); }

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

background-color css

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

 a { background-color: rgb(167,194,175); }

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

border-color css

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

 span { border-color: rgb(167,194,175); }

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