Html Css Color HEX #A95C41 Tuscany

📋 copy color: '#A95C41'

red 169 ◦ green 92 ◦ blue 65

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

Shades of Tuscany #A95C41

Tints of Tuscany #A95C41

RGB

 RED value IS 169 (66.41% from 255) = 51.84%

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 51.84%
G = 28.22%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A95C41 (or 0xA95C41) is known color: Tuscany. HEX triplet: A9, 5C and 41. RGB value is (169,92,65). Sum of RGB (Red+Green+Blue) = 169+92+65=326 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.84% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C41 is #56A3BE. Grayscale: #707070. Windows color (decimal): -5678015 or 4283561. OLE color: 4283561.

HSL color Cylindrical-coordinate representation of color #A95C41: hue angle of 15.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95C41 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 65 -
CMYK 0 0.46 0.62 0.34
HSL 15.58º 0.44% 0.46% -
HSV(B) 15.58º 0.62% 0.66% -
XYZ 21.14 16.47 7.07 -
YUV 111.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 169 92 65 0 0.46 0.62 0.34 15.58 0.44 0.46
Hex A9 5C 41 0 2E 3E 22 10 2C 2E
Octal 251 134 101 0 56 76 42 20 54 56
Binary 10101001 1011100 1000001 0 101110 111110 100010 10000 101100 101110

Color Harmonies of #A95C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C41

Black with #A95C41

Text Example


Text Example

White with #A95C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C41; }

 p { color: rgb(169,92,65); }

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

background-color css

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

 a { background-color: rgb(169,92,65); }

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

border-color css

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

 span { border-color: rgb(169,92,65); }

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