Html Css Color HEX #A8C0AC Gum Leaf

📋 copy color: '#A8C0AC'

red 168 ◦ green 192 ◦ blue 172

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

Shades of Gum Leaf #A8C0AC

Tints of Gum Leaf #A8C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.09%

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

R = 31.58%
G = 36.09%
B = 32.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A8C0AC (or 0xA8C0AC) is known color: Gum Leaf. HEX triplet: A8, C0 and AC. RGB value is (168,192,172). Sum of RGB (Red+Green+Blue) = 168+192+172=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C0AC is #573F53. Grayscale: #B6B6B6. Windows color (decimal): -5717844 or 11321512. OLE color: 11321512.

HSL color Cylindrical-coordinate representation of color #A8C0AC: hue angle of 130º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8C0AC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 172 -
CMYK 0.12 0 0.10 0.25
HSL 130º 0.16% 0.71% -
HSV(B) 130º 0.13% 0.75% -
XYZ 42.44 49 46.25 -
YUV 182.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 168 192 172 0.12 0 0.10 0.25 130 0.16 0.71
Hex A8 C0 AC C 0 A 19 82 10 47
Octal 250 300 254 14 0 12 31 202 20 107
Binary 10101000 11000000 10101100 1100 0 1010 11001 10000010 10000 1000111

Color Harmonies of #A8C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C0AC

Black with #A8C0AC

Text Example


Text Example

White with #A8C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C0AC; }

 p { color: rgb(168,192,172); }

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

background-color css

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

 a { background-color: rgb(168,192,172); }

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

border-color css

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

 span { border-color: rgb(168,192,172); }

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