Html Css Color HEX #A39695 Dusty Grey

📋 copy color: '#A39695'

red 163 ◦ green 150 ◦ blue 149

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

Shades of Dusty Grey #A39695

Tints of Dusty Grey #A39695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.47%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 35.28%
G = 32.47%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A39695 (or 0xA39695) is known color: Dusty Grey. HEX triplet: A3, 96 and 95. RGB value is (163,150,149). Sum of RGB (Red+Green+Blue) = 163+150+149=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39695 is #5C696A. Grayscale: #999999. Windows color (decimal): -6056299 or 9803427. OLE color: 9803427.

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

Color convert

RGB 163 150 149 -
CMYK 0 0.08 0.09 0.36
HSL 4.29º 0.07% 0.61% -
HSV(B) 4.29º 0.09% 0.64% -
XYZ 31.44 31.77 32.91 -
YUV 153.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 163 150 149 0 0.08 0.09 0.36 4.29 0.07 0.61
Hex A3 96 95 0 8 9 24 4 7 3D
Octal 243 226 225 0 10 11 44 4 7 75
Binary 10100011 10010110 10010101 0 1000 1001 100100 100 111 111101

Color Harmonies of #A39695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39695

Black with #A39695

Text Example


Text Example

White with #A39695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39695; }

 p { color: rgb(163,150,149); }

 H1.HeaderClassName
 {
   color: #A39695;
 }
 .AnyTagClassName
 {
   color: #A39695;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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