#A28F8F

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

Shades of Dusty Grey #A28F8F

Tints of Dusty Grey #A28F8F

Color information

#A28F8F (or 0xA28F8F) is unknown color: approx Dusty Grey. HEX triplet: A2, 8F and 8F. RGB value is (162,143,143). Sum of RGB (Red+Green+Blue) = 162+143+143=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F8F is #5D7070. Grayscale: #949494. Windows color (decimal): -6123633 or 9408418. OLE color: 9408418.

HSL color Cylindrical-coordinate representation of color #A28F8F: hue angle of 0º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A28F8F is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162143143-
CMYK00.120.120.36
HSL9.27%59.8%-
HSV(B)11.73%63.53%-
XYZ29.6829.3130.08-
YUV148.68124.79137.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=36.16%
G=31.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214314300.120.120.3609.2759.8
HexA28F8F0CC24093c
Octal242217217014144401174
Binary10100010100011111000111101100110010010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F8F; }

 p { color: rgb(162,143,143); }

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

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

 a { background-color: rgb(162,143,143); }

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

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

 span { border-color: rgb(162,143,143); }

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