Html Css Color HEX #A7AD86 Bud

📋 copy color: '#A7AD86'

red 167 ◦ green 173 ◦ blue 134

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

Shades of Bud #A7AD86

Tints of Bud #A7AD86

RGB

 RED value IS 167 (65.63% from 255) = 35.23%

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

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 35.23%
G = 36.5%
B = 28.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#A7AD86 (or 0xA7AD86) is known color: Bud. HEX triplet: A7, AD and 86. RGB value is (167,173,134). Sum of RGB (Red+Green+Blue) = 167+173+134=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD86 is #585279. Grayscale: #A6A6A6. Windows color (decimal): -5788282 or 8826279. OLE color: 8826279.

HSL color Cylindrical-coordinate representation of color #A7AD86: hue angle of 69.23º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7AD86 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 173 134 -
CMYK 0.03 0 0.23 0.32
HSL 69.23º 0.19% 0.6% -
HSV(B) 69.23º 0.23% 0.68% -
XYZ 35.18 39.82 28.39 -
YUV 166.76 109.51 128.17 -
System Red Green Blue C M Y K H S L
Decimal 167 173 134 0.03 0 0.23 0.32 69.23 0.19 0.6
Hex A7 AD 86 3 0 17 20 45 13 3C
Octal 247 255 206 3 0 27 40 105 23 74
Binary 10100111 10101101 10000110 11 0 10111 100000 1000101 10011 111100

Color Harmonies of #A7AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD86

Black with #A7AD86

Text Example


Text Example

White with #A7AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD86; }

 p { color: rgb(167,173,134); }

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

background-color css

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

 a { background-color: rgb(167,173,134); }

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

border-color css

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

 span { border-color: rgb(167,173,134); }

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