Html Css Color HEX #A75D41 Tuscany

📋 copy color: '#A75D41'

red 167 ◦ green 93 ◦ blue 65

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

Shades of Tuscany #A75D41

Tints of Tuscany #A75D41

RGB

 RED value IS 167 (65.63% from 255) = 51.38%

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 51.38%
G = 28.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A75D41 (or 0xA75D41) is known color: Tuscany. HEX triplet: A7, 5D and 41. RGB value is (167,93,65). Sum of RGB (Red+Green+Blue) = 167+93+65=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75D41 is #58A2BE. Grayscale: #707070. Windows color (decimal): -5808831 or 4283815. OLE color: 4283815.

HSL color Cylindrical-coordinate representation of color #A75D41: hue angle of 16.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A75D41 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 93 65 -
CMYK 0 0.44 0.61 0.35
HSL 16.47º 0.44% 0.45% -
HSV(B) 16.47º 0.61% 0.65% -
XYZ 20.8 16.43 7.07 -
YUV 111.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 167 93 65 0 0.44 0.61 0.35 16.47 0.44 0.45
Hex A7 5D 41 0 2C 3D 23 10 2C 2D
Octal 247 135 101 0 54 75 43 20 54 55
Binary 10100111 1011101 1000001 0 101100 111101 100011 10000 101100 101101

Color Harmonies of #A75D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D41

Black with #A75D41

Text Example


Text Example

White with #A75D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D41; }

 p { color: rgb(167,93,65); }

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

background-color css

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

 a { background-color: rgb(167,93,65); }

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

border-color css

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

 span { border-color: rgb(167,93,65); }

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