#A7AF84

Color #A7AF84 Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bud #A7AF84

Tints of Bud #A7AF84

Color information

#A7AF84 (or 0xA7AF84) is unknown color: approx Bud. HEX triplet: A7, AF and 84. RGB value is (167,175,132). Sum of RGB (Red+Green+Blue) = 167+175+132=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF84 is #58507B. Grayscale: #A7A7A7. Windows color (decimal): -5787772 or 8695719. OLE color: 8695719.

HSL color Cylindrical-coordinate representation of color #A7AF84: hue angle of 71.16º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7AF84 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB167175132-
CMYK0.0500.250.31
HSL71.16º21.18%60.2%-
HSV(B)71.16º24.57%68.63%-
XYZ35.4340.5427.79-
YUV167.71107.85127.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.23%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=35.23%
G=36.92%
B=27.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751320.0500.250.3171.1621.1860.2
HexA7AF8450191F47153c
Octal2472572045031371072574
Binary10100111101011111000010010101100111111100011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF84; }

 p { color: rgb(167,175,132); }

 H1.HeaderClassName
 {
   color: #A7AF84;
 }
 .AnyTagClassName
 {
   color: #A7AF84;
 }
</style>
background-color css

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

 a { background-color: rgb(167,175,132); }

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

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

 span { border-color: rgb(167,175,132); }

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