Html Css Color HEX #A46647 Tuscany

📋 copy color: '#A46647'

red 164 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #A46647

Tints of Tuscany #A46647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 48.66%
G = 30.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46647 (or 0xA46647) is known color: Tuscany. HEX triplet: A4, 66 and 47. RGB value is (164,102,71). Sum of RGB (Red+Green+Blue) = 164+102+71=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A46647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46647 is #5B99B8. Grayscale: #757575. Windows color (decimal): -6003129 or 4679332. OLE color: 4679332.

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

Color convert

RGB 164 102 71 -
CMYK 0 0.38 0.57 0.36
HSL 20º 0.4% 0.46% -
HSV(B) 20º 0.57% 0.64% -
XYZ 21.2 17.85 8.29 -
YUV 117 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 164 102 71 0 0.38 0.57 0.36 20 0.4 0.46
Hex A4 66 47 0 26 39 24 14 28 2E
Octal 244 146 107 0 46 71 44 24 50 56
Binary 10100100 1100110 1000111 0 100110 111001 100100 10100 101000 101110

Color Harmonies of #A46647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46647

Black with #A46647

Text Example


Text Example

White with #A46647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46647; }

 p { color: rgb(164,102,71); }

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

background-color css

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

 a { background-color: rgb(164,102,71); }

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

border-color css

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

 span { border-color: rgb(164,102,71); }

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