Html Css Color HEX #A46145 Tuscany

📋 copy color: '#A46145'

red 164 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #A46145

Tints of Tuscany #A46145

RGB

 RED value IS 164 (64.45% from 255) = 49.7%

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 49.7%
G = 29.39%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A46145 (or 0xA46145) is known color: Tuscany. HEX triplet: A4, 61 and 45. RGB value is (164,97,69). Sum of RGB (Red+Green+Blue) = 164+97+69=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A46145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46145 is #5B9EBA. Grayscale: #727272. Windows color (decimal): -6004411 or 4546980. OLE color: 4546980.

HSL color Cylindrical-coordinate representation of color #A46145: hue angle of 17.68º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46145 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 69 -
CMYK 0 0.41 0.58 0.36
HSL 17.68º 0.41% 0.46% -
HSV(B) 17.68º 0.58% 0.64% -
XYZ 20.66 16.87 7.8 -
YUV 113.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 164 97 69 0 0.41 0.58 0.36 17.68 0.41 0.46
Hex A4 61 45 0 29 3A 24 12 29 2E
Octal 244 141 105 0 51 72 44 22 51 56
Binary 10100100 1100001 1000101 0 101001 111010 100100 10010 101001 101110

Color Harmonies of #A46145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46145

Black with #A46145

Text Example


Text Example

White with #A46145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46145; }

 p { color: rgb(164,97,69); }

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

background-color css

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

 a { background-color: rgb(164,97,69); }

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

border-color css

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

 span { border-color: rgb(164,97,69); }

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