#A9AF8B

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

Shades of Bud #A9AF8B

Tints of Bud #A9AF8B

Color information

#A9AF8B (or 0xA9AF8B) is unknown color: approx Bud. HEX triplet: A9, AF and 8B. RGB value is (169,175,139). Sum of RGB (Red+Green+Blue) = 169+175+139=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF8B is #565074. Grayscale: #A9A9A9. Windows color (decimal): -5656693 or 9154473. OLE color: 9154473.

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

Color convert

RGB169175139-
CMYK0.0300.210.31
HSL70º18.37%61.57%-
HSV(B)70º20.57%68.63%-
XYZ36.3540.9630.42-
YUV169.1111.01127.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=34.99%
G=36.23%
B=28.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751390.0300.210.317018.3761.57
HexA9AF8B30151F46123e
Octal2512572133025371062276
Binary1010100110101111100010111101010111111100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF8B; }

 p { color: rgb(169,175,139); }

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

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

 a { background-color: rgb(169,175,139); }

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

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

 span { border-color: rgb(169,175,139); }

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