Html Css Color HEX #A75F49 Tuscany

📋 copy color: '#A75F49'

red 167 ◦ green 95 ◦ blue 73

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

Shades of Tuscany #A75F49

Tints of Tuscany #A75F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 49.85%
G = 28.36%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A75F49 (or 0xA75F49) is known color: Tuscany. HEX triplet: A7, 5F and 49. RGB value is (167,95,73). Sum of RGB (Red+Green+Blue) = 167+95+73=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F49 is #58A0B6. Grayscale: #727272. Windows color (decimal): -5808311 or 4808615. OLE color: 4808615.

HSL color Cylindrical-coordinate representation of color #A75F49: hue angle of 14.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A75F49 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 95 73 -
CMYK 0 0.43 0.56 0.35
HSL 14.04º 0.39% 0.47% -
HSV(B) 14.04º 0.56% 0.65% -
XYZ 21.23 16.88 8.44 -
YUV 114.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 167 95 73 0 0.43 0.56 0.35 14.04 0.39 0.47
Hex A7 5F 49 0 2B 38 23 E 27 2F
Octal 247 137 111 0 53 70 43 16 47 57
Binary 10100111 1011111 1001001 0 101011 111000 100011 1110 100111 101111

Color Harmonies of #A75F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F49

Black with #A75F49

Text Example


Text Example

White with #A75F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F49; }

 p { color: rgb(167,95,73); }

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

background-color css

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

 a { background-color: rgb(167,95,73); }

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

border-color css

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

 span { border-color: rgb(167,95,73); }

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