Html Css Color HEX #A7AD87 Bud

📋 copy color: '#A7AD87'

red 167 ◦ green 173 ◦ blue 135

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

Shades of Bud #A7AD87

Tints of Bud #A7AD87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.42%

R = 35.16%
G = 36.42%
B = 28.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#A7AD87 (or 0xA7AD87) is known color: Bud. HEX triplet: A7, AD and 87. RGB value is (167,173,135). Sum of RGB (Red+Green+Blue) = 167+173+135=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AD87 is #585278. Grayscale: #A7A7A7. Windows color (decimal): -5788281 or 8891815. OLE color: 8891815.

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

Color convert

RGB 167 173 135 -
CMYK 0.03 0 0.22 0.32
HSL 69.47º 0.19% 0.6% -
HSV(B) 69.47º 0.22% 0.68% -
XYZ 35.25 39.85 28.76 -
YUV 166.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 167 173 135 0.03 0 0.22 0.32 69.47 0.19 0.6
Hex A7 AD 87 3 0 16 20 45 13 3C
Octal 247 255 207 3 0 26 40 105 23 74
Binary 10100111 10101101 10000111 11 0 10110 100000 1000101 10011 111100

Color Harmonies of #A7AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AD87

Black with #A7AD87

Text Example


Text Example

White with #A7AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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