#A38F8F

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

Shades of Dusty Grey #A38F8F

Tints of Dusty Grey #A38F8F

Color information

#A38F8F (or 0xA38F8F) is unknown color: approx Dusty Grey. HEX triplet: A3, 8F and 8F. RGB value is (163,143,143). Sum of RGB (Red+Green+Blue) = 163+143+143=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F8F is #5C7070. Grayscale: #949494. Windows color (decimal): -6058097 or 9408419. OLE color: 9408419.

HSL color Cylindrical-coordinate representation of color #A38F8F: hue angle of 0º degrees, saturation: 0.1, 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 #A38F8F is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163143143-
CMYK00.120.120.36
HSL9.8%60%-
HSV(B)12.27%63.92%-
XYZ29.8829.4130.09-
YUV148.98124.63138-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=36.30%
G=31.85%
B=31.85%

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
Decimal16314314300.120.120.3609.860
HexA38F8F0CC240a3c
Octal243217217014144401274
Binary10100011100011111000111101100110010010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F8F; }

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

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

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

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

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

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

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

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