Html Css Color HEX #A76144 Tuscany

📋 copy color: '#A76144'

red 167 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #A76144

Tints of Tuscany #A76144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 50.3%
G = 29.22%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A76144 (or 0xA76144) is known color: Tuscany. HEX triplet: A7, 61 and 44. RGB value is (167,97,68). Sum of RGB (Red+Green+Blue) = 167+97+68=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76144 is #589EBB. Grayscale: #727272. Windows color (decimal): -5807804 or 4481447. OLE color: 4481447.

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

Color convert

RGB 167 97 68 -
CMYK 0 0.42 0.59 0.35
HSL 17.58º 0.42% 0.46% -
HSV(B) 17.58º 0.59% 0.65% -
XYZ 21.25 17.18 7.67 -
YUV 114.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 167 97 68 0 0.42 0.59 0.35 17.58 0.42 0.46
Hex A7 61 44 0 2A 3B 23 12 2A 2E
Octal 247 141 104 0 52 73 43 22 52 56
Binary 10100111 1100001 1000100 0 101010 111011 100011 10010 101010 101110

Color Harmonies of #A76144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76144

Black with #A76144

Text Example


Text Example

White with #A76144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76144; }

 p { color: rgb(167,97,68); }

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

background-color css

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

 a { background-color: rgb(167,97,68); }

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

border-color css

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

 span { border-color: rgb(167,97,68); }

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