Html Css Color HEX #A6AD8E Bud

📋 copy color: '#A6AD8E'

red 166 ◦ green 173 ◦ blue 142

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

Shades of Bud #A6AD8E

Tints of Bud #A6AD8E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 34.51%
G = 35.97%
B = 29.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#A6AD8E (or 0xA6AD8E) is known color: Bud. HEX triplet: A6, AD and 8E. RGB value is (166,173,142). Sum of RGB (Red+Green+Blue) = 166+173+142=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD8E is #595271. Grayscale: #A7A7A7. Windows color (decimal): -5853810 or 9350566. OLE color: 9350566.

HSL color Cylindrical-coordinate representation of color #A6AD8E: hue angle of 73.55º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6AD8E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 142 -
CMYK 0.04 0 0.18 0.32
HSL 73.55º 0.16% 0.62% -
HSV(B) 73.55º 0.18% 0.68% -
XYZ 35.55 39.95 31.43 -
YUV 167.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 166 173 142 0.04 0 0.18 0.32 73.55 0.16 0.62
Hex A6 AD 8E 4 0 12 20 4A 10 3E
Octal 246 255 216 4 0 22 40 112 20 76
Binary 10100110 10101101 10001110 100 0 10010 100000 1001010 10000 111110

Color Harmonies of #A6AD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD8E

Black with #A6AD8E

Text Example


Text Example

White with #A6AD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD8E; }

 p { color: rgb(166,173,142); }

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

background-color css

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

 a { background-color: rgb(166,173,142); }

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

border-color css

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

 span { border-color: rgb(166,173,142); }

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