Html Css Color HEX #A75E41 Tuscany

📋 copy color: '#A75E41'

red 167 ◦ green 94 ◦ blue 65

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

Shades of Tuscany #A75E41

Tints of Tuscany #A75E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 51.23%
G = 28.83%
B = 19.94%

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

#A75E41 (or 0xA75E41) is known color: Tuscany. HEX triplet: A7, 5E and 41. RGB value is (167,94,65). Sum of RGB (Red+Green+Blue) = 167+94+65=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75E41 is #58A1BE. Grayscale: #707070. Windows color (decimal): -5808575 or 4284071. OLE color: 4284071.

HSL color Cylindrical-coordinate representation of color #A75E41: hue angle of 17.06º 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 #A75E41 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 65 -
CMYK 0 0.44 0.61 0.35
HSL 17.06º 0.44% 0.45% -
HSV(B) 17.06º 0.61% 0.65% -
XYZ 20.89 16.6 7.1 -
YUV 112.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 167 94 65 0 0.44 0.61 0.35 17.06 0.44 0.45
Hex A7 5E 41 0 2C 3D 23 11 2C 2D
Octal 247 136 101 0 54 75 43 21 54 55
Binary 10100111 1011110 1000001 0 101100 111101 100011 10001 101100 101101

Color Harmonies of #A75E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E41

Black with #A75E41

Text Example


Text Example

White with #A75E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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