Html Css Color HEX #A75F3F Tuscany

📋 copy color: '#A75F3F'

red 167 ◦ green 95 ◦ blue 63

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

Shades of Tuscany #A75F3F

Tints of Tuscany #A75F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 51.38%
G = 29.23%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A75F3F (or 0xA75F3F) is known color: Tuscany. HEX triplet: A7, 5F and 3F. RGB value is (167,95,63). Sum of RGB (Red+Green+Blue) = 167+95+63=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75F3F is #58A0C0. Grayscale: #717171. Windows color (decimal): -5808321 or 4153255. OLE color: 4153255.

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

Color convert

RGB 167 95 63 -
CMYK 0 0.43 0.62 0.35
HSL 18.46º 0.45% 0.45% -
HSV(B) 18.46º 0.62% 0.65% -
XYZ 20.93 16.76 6.83 -
YUV 112.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 167 95 63 0 0.43 0.62 0.35 18.46 0.45 0.45
Hex A7 5F 3F 0 2B 3E 23 12 2D 2D
Octal 247 137 77 0 53 76 43 22 55 55
Binary 10100111 1011111 111111 0 101011 111110 100011 10010 101101 101101

Color Harmonies of #A75F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75F3F

Black with #A75F3F

Text Example


Text Example

White with #A75F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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