Html Css Color HEX #A38F8F Dusty Grey

📋 copy color: '#A38F8F'

red 163 ◦ green 143 ◦ blue 143

#A38F8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #A38F8F

Tints of Dusty Grey #A38F8F

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

 GREEN value IS 143 (56.25% from 255) = 31.85%

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 36.3%
G = 31.85%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A38F8F (or 0xA38F8F) is known color: 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

RGB 163 143 143 -
CMYK 0 0.12 0.12 0.36
HSL 0.1% 0.6% -
HSV(B) 0.12% 0.64% -
XYZ 29.88 29.41 30.09 -
YUV 148.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 163 143 143 0 0.12 0.12 0.36 0 0.1 0.6
Hex A3 8F 8F 0 C C 24 0 A 3C
Octal 243 217 217 0 14 14 44 0 12 74
Binary 10100011 10001111 10001111 0 1100 1100 100100 0 1010 111100

Color Harmonies of #A38F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38F8F

Black with #A38F8F

Text Example


Text Example

White with #A38F8F

Text Example


Text Example

HTML Codes & Css Web 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>