#A8AF8B

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

Shades of Bud #A8AF8B

Tints of Bud #A8AF8B

Color information

#A8AF8B (or 0xA8AF8B) is unknown color: approx Bud. HEX triplet: A8, AF and 8B. RGB value is (168,175,139). Sum of RGB (Red+Green+Blue) = 168+175+139=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF8B is #575074. Grayscale: #A8A8A8. Windows color (decimal): -5722229 or 9154472. OLE color: 9154472.

HSL color Cylindrical-coordinate representation of color #A8AF8B: hue angle of 71.67º 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 #A8AF8B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB168175139-
CMYK0.0400.210.31
HSL71.67º18.37%61.57%-
HSV(B)71.67º20.57%68.63%-
XYZ36.1440.8530.41-
YUV168.8111.18127.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=34.85%
G=36.31%
B=28.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751390.0400.210.3171.6718.3761.57
HexA8AF8B40151F48123e
Octal2502572134025371102276
Binary10101000101011111000101110001010111111100100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF8B; }

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

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

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

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

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

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

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

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