Html Css Color HEX #A7C8AC Gum Leaf

📋 copy color: '#A7C8AC'

red 167 ◦ green 200 ◦ blue 172

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

Shades of Gum Leaf #A7C8AC

Tints of Gum Leaf #A7C8AC

RGB

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

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

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

R = 30.98%
G = 37.11%
B = 31.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#A7C8AC (or 0xA7C8AC) is known color: Gum Leaf. HEX triplet: A7, C8 and AC. RGB value is (167,200,172). Sum of RGB (Red+Green+Blue) = 167+200+172=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C8AC is #583753. Grayscale: #BBBBBB. Windows color (decimal): -5781332 or 11323559. OLE color: 11323559.

HSL color Cylindrical-coordinate representation of color #A7C8AC: hue angle of 129.09º 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 #A7C8AC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 200 172 -
CMYK 0.16 0 0.14 0.22
HSL 129.09º 0.23% 0.72% -
HSV(B) 129.09º 0.17% 0.78% -
XYZ 44.04 52.5 46.84 -
YUV 186.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 167 200 172 0.16 0 0.14 0.22 129.09 0.23 0.72
Hex A7 C8 AC 10 0 E 16 81 17 48
Octal 247 310 254 20 0 16 26 201 27 110
Binary 10100111 11001000 10101100 10000 0 1110 10110 10000001 10111 1001000

Color Harmonies of #A7C8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C8AC

Black with #A7C8AC

Text Example


Text Example

White with #A7C8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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