Html Css Color HEX #A8C7AF Gum Leaf

📋 copy color: '#A8C7AF'

red 168 ◦ green 199 ◦ blue 175

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

Shades of Gum Leaf #A8C7AF

Tints of Gum Leaf #A8C7AF

RGB

 RED value IS 168 (66.02% from 255) = 31%

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

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

R = 31%
G = 36.72%
B = 32.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A8C7AF (or 0xA8C7AF) is known color: Gum Leaf. HEX triplet: A8, C7 and AF. RGB value is (168,199,175). Sum of RGB (Red+Green+Blue) = 168+199+175=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7AF is #573850. Grayscale: #BBBBBB. Windows color (decimal): -5716049 or 11519912. OLE color: 11519912.

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

Color convert

RGB 168 199 175 -
CMYK 0.16 0 0.12 0.22
HSL 133.55º 0.22% 0.72% -
HSV(B) 133.55º 0.16% 0.78% -
XYZ 44.31 52.27 48.31 -
YUV 187 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 168 199 175 0.16 0 0.12 0.22 133.55 0.22 0.72
Hex A8 C7 AF 10 0 C 16 86 16 48
Octal 250 307 257 20 0 14 26 206 26 110
Binary 10101000 11000111 10101111 10000 0 1100 10110 10000110 10110 1001000

Color Harmonies of #A8C7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C7AF

Black with #A8C7AF

Text Example


Text Example

White with #A8C7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C7AF; }

 p { color: rgb(168,199,175); }

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

background-color css

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

 a { background-color: rgb(168,199,175); }

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

border-color css

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

 span { border-color: rgb(168,199,175); }

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