Html Css Color HEX #A6AD8D Bud

📋 copy color: '#A6AD8D'

red 166 ◦ green 173 ◦ blue 141

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

Shades of Bud #A6AD8D

Tints of Bud #A6AD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 34.58%
G = 36.04%
B = 29.38%

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

#A6AD8D (or 0xA6AD8D) is known color: Bud. HEX triplet: A6, AD and 8D. RGB value is (166,173,141). Sum of RGB (Red+Green+Blue) = 166+173+141=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD8D is #595272. Grayscale: #A7A7A7. Windows color (decimal): -5853811 or 9285030. OLE color: 9285030.

HSL color Cylindrical-coordinate representation of color #A6AD8D: hue angle of 73.12º 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 #A6AD8D is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 141 -
CMYK 0.04 0 0.18 0.32
HSL 73.13º 0.16% 0.62% -
HSV(B) 73.13º 0.18% 0.68% -
XYZ 35.48 39.92 31.03 -
YUV 167.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 166 173 141 0.04 0 0.18 0.32 73.13 0.16 0.62
Hex A6 AD 8D 4 0 12 20 49 10 3E
Octal 246 255 215 4 0 22 40 111 20 76
Binary 10100110 10101101 10001101 100 0 10010 100000 1001001 10000 111110

Color Harmonies of #A6AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD8D

Black with #A6AD8D

Text Example


Text Example

White with #A6AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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