Html Css Color HEX #A7C8AA Gum Leaf

📋 copy color: '#A7C8AA'

red 167 ◦ green 200 ◦ blue 170

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

Shades of Gum Leaf #A7C8AA

Tints of Gum Leaf #A7C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 31.1%
G = 37.24%
B = 31.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#A7C8AA (or 0xA7C8AA) is known color: Gum Leaf. HEX triplet: A7, C8 and AA. RGB value is (167,200,170). Sum of RGB (Red+Green+Blue) = 167+200+170=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C8AA is #583755. Grayscale: #BABABA. Windows color (decimal): -5781334 or 11192487. OLE color: 11192487.

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

Color convert

RGB 167 200 170 -
CMYK 0.16 0 0.15 0.22
HSL 125.45º 0.23% 0.72% -
HSV(B) 125.45º 0.17% 0.78% -
XYZ 43.85 52.43 45.84 -
YUV 186.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 167 200 170 0.16 0 0.15 0.22 125.45 0.23 0.72
Hex A7 C8 AA 10 0 F 16 7D 17 48
Octal 247 310 252 20 0 17 26 175 27 110
Binary 10100111 11001000 10101010 10000 0 1111 10110 1111101 10111 1001000

Color Harmonies of #A7C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C8AA

Black with #A7C8AA

Text Example


Text Example

White with #A7C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C8AA; }

 p { color: rgb(167,200,170); }

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

background-color css

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

 a { background-color: rgb(167,200,170); }

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

border-color css

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

 span { border-color: rgb(167,200,170); }

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