Html Css Color HEX #A6B8A8 Gum Leaf

📋 copy color: '#A6B8A8'

red 166 ◦ green 184 ◦ blue 168

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

Shades of Gum Leaf #A6B8A8

Tints of Gum Leaf #A6B8A8

RGB

 RED value IS 166 (65.23% from 255) = 32.05%

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

 BLUE value IS 168 (66.02% from 255) = 32.43%

R = 32.05%
G = 35.52%
B = 32.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#A6B8A8 (or 0xA6B8A8) is known color: Gum Leaf. HEX triplet: A6, B8 and A8. RGB value is (166,184,168). Sum of RGB (Red+Green+Blue) = 166+184+168=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8A8 is #594757. Grayscale: #B0B0B0. Windows color (decimal): -5850968 or 11057318. OLE color: 11057318.

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

Color convert

RGB 166 184 168 -
CMYK 0.10 0 0.09 0.28
HSL 126.67º 0.11% 0.69% -
HSV(B) 126.67º 0.1% 0.72% -
XYZ 39.93 45.22 43.67 -
YUV 176.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 166 184 168 0.10 0 0.09 0.28 126.67 0.11 0.69
Hex A6 B8 A8 A 0 9 1C 7F B 45
Octal 246 270 250 12 0 11 34 177 13 105
Binary 10100110 10111000 10101000 1010 0 1001 11100 1111111 1011 1000101

Color Harmonies of #A6B8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B8A8

Black with #A6B8A8

Text Example


Text Example

White with #A6B8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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