Html Css Color HEX #A8C8AF Gum Leaf

📋 copy color: '#A8C8AF'

red 168 ◦ green 200 ◦ blue 175

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

Shades of Gum Leaf #A8C8AF

Tints of Gum Leaf #A8C8AF

RGB

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

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

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

R = 30.94%
G = 36.83%
B = 32.23%

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

#A8C8AF (or 0xA8C8AF) is known color: Gum Leaf. HEX triplet: A8, C8 and AF. RGB value is (168,200,175). Sum of RGB (Red+Green+Blue) = 168+200+175=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8AF is #573750. Grayscale: #BBBBBB. Windows color (decimal): -5715793 or 11520168. OLE color: 11520168.

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

Color convert

RGB 168 200 175 -
CMYK 0.16 0 0.12 0.22
HSL 133.13º 0.23% 0.72% -
HSV(B) 133.13º 0.16% 0.78% -
XYZ 44.54 52.73 48.39 -
YUV 187.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 168 200 175 0.16 0 0.12 0.22 133.13 0.23 0.72
Hex A8 C8 AF 10 0 C 16 85 17 48
Octal 250 310 257 20 0 14 26 205 27 110
Binary 10101000 11001000 10101111 10000 0 1100 10110 10000101 10111 1001000

Color Harmonies of #A8C8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C8AF

Black with #A8C8AF

Text Example


Text Example

White with #A8C8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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