Html Css Color HEX #A8B8AC Gum Leaf

📋 copy color: '#A8B8AC'

red 168 ◦ green 184 ◦ blue 172

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

Shades of Gum Leaf #A8B8AC

Tints of Gum Leaf #A8B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

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

R = 32.06%
G = 35.11%
B = 32.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#A8B8AC (or 0xA8B8AC) is known color: Gum Leaf. HEX triplet: A8, B8 and AC. RGB value is (168,184,172). Sum of RGB (Red+Green+Blue) = 168+184+172=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8AC is #574753. Grayscale: #B1B1B1. Windows color (decimal): -5719892 or 11319464. OLE color: 11319464.

HSL color Cylindrical-coordinate representation of color #A8B8AC: hue angle of 135º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B8AC is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 184 172 -
CMYK 0.09 0 0.07 0.28
HSL 135º 0.1% 0.69% -
HSV(B) 135º 0.09% 0.72% -
XYZ 40.74 45.58 45.68 -
YUV 177.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 168 184 172 0.09 0 0.07 0.28 135 0.1 0.69
Hex A8 B8 AC 9 0 7 1C 87 A 45
Octal 250 270 254 11 0 7 34 207 12 105
Binary 10101000 10111000 10101100 1001 0 111 11100 10000111 1010 1000101

Color Harmonies of #A8B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B8AC

Black with #A8B8AC

Text Example


Text Example

White with #A8B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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