Html Css Color HEX #A76547 Tuscany

📋 copy color: '#A76547'

red 167 ◦ green 101 ◦ blue 71

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

Shades of Tuscany #A76547

Tints of Tuscany #A76547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 49.26%
G = 29.79%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A76547 (or 0xA76547) is known color: Tuscany. HEX triplet: A7, 65 and 47. RGB value is (167,101,71). Sum of RGB (Red+Green+Blue) = 167+101+71=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76547 is #589AB8. Grayscale: #757575. Windows color (decimal): -5806777 or 4679079. OLE color: 4679079.

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

Color convert

RGB 167 101 71 -
CMYK 0 0.40 0.57 0.35
HSL 18.75º 0.4% 0.47% -
HSV(B) 18.75º 0.57% 0.65% -
XYZ 21.73 17.98 8.29 -
YUV 117.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 167 101 71 0 0.40 0.57 0.35 18.75 0.4 0.47
Hex A7 65 47 0 28 39 23 13 28 2F
Octal 247 145 107 0 50 71 43 23 50 57
Binary 10100111 1100101 1000111 0 101000 111001 100011 10011 101000 101111

Color Harmonies of #A76547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76547

Black with #A76547

Text Example


Text Example

White with #A76547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76547; }

 p { color: rgb(167,101,71); }

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

background-color css

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

 a { background-color: rgb(167,101,71); }

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

border-color css

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

 span { border-color: rgb(167,101,71); }

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