#A7AF8D

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

Shades of Bud #A7AF8D

Tints of Bud #A7AF8D

Color information

#A7AF8D (or 0xA7AF8D) is unknown color: approx Bud. HEX triplet: A7, AF and 8D. RGB value is (167,175,141). Sum of RGB (Red+Green+Blue) = 167+175+141=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AF8D is #585072. Grayscale: #A8A8A8. Windows color (decimal): -5787763 or 9285543. OLE color: 9285543.

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

Color convert

RGB167175141-
CMYK0.0500.190.31
HSL74.12º17.53%61.96%-
HSV(B)74.12º19.43%68.63%-
XYZ36.0740.831.17-
YUV168.73112.35126.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=34.58%
G=36.23%
B=29.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671751410.0500.190.3174.1217.5361.96
HexA7AF8D50131F4a123e
Octal2472572155023371122276
Binary10100111101011111000110110101001111111100101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF8D; }

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

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

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

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

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

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

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

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