Html Css Color HEX #A7C7AD Gum Leaf

📋 copy color: '#A7C7AD'

red 167 ◦ green 199 ◦ blue 173

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

Shades of Gum Leaf #A7C7AD

Tints of Gum Leaf #A7C7AD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.92%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 30.98%
G = 36.92%
B = 32.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#A7C7AD (or 0xA7C7AD) is known color: Gum Leaf. HEX triplet: A7, C7 and AD. RGB value is (167,199,173). Sum of RGB (Red+Green+Blue) = 167+199+173=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C7AD is #583852. Grayscale: #BABABA. Windows color (decimal): -5781587 or 11388839. OLE color: 11388839.

HSL color Cylindrical-coordinate representation of color #A7C7AD: hue angle of 131.25º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7C7AD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 199 173 -
CMYK 0.16 0 0.13 0.22
HSL 131.25º 0.22% 0.72% -
HSV(B) 131.25º 0.16% 0.78% -
XYZ 43.9 52.08 47.27 -
YUV 186.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 167 199 173 0.16 0 0.13 0.22 131.25 0.22 0.72
Hex A7 C7 AD 10 0 D 16 83 16 48
Octal 247 307 255 20 0 15 26 203 26 110
Binary 10100111 11000111 10101101 10000 0 1101 10110 10000011 10110 1001000

Color Harmonies of #A7C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C7AD

Black with #A7C7AD

Text Example


Text Example

White with #A7C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C7AD; }

 p { color: rgb(167,199,173); }

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

background-color css

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

 a { background-color: rgb(167,199,173); }

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

border-color css

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

 span { border-color: rgb(167,199,173); }

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