Html Css Color HEX #A46243 Tuscany

📋 copy color: '#A46243'

red 164 ◦ green 98 ◦ blue 67

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

Shades of Tuscany #A46243

Tints of Tuscany #A46243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

 BLUE value IS 67 (26.56% from 255) = 20.36%

R = 49.85%
G = 29.79%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A46243 (or 0xA46243) is known color: Tuscany. HEX triplet: A4, 62 and 43. RGB value is (164,98,67). Sum of RGB (Red+Green+Blue) = 164+98+67=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A46243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46243 is #5B9DBC. Grayscale: #727272. Windows color (decimal): -6004157 or 4416164. OLE color: 4416164.

HSL color Cylindrical-coordinate representation of color #A46243: hue angle of 19.18º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A46243 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 67 -
CMYK 0 0.40 0.59 0.36
HSL 19.18º 0.42% 0.45% -
HSV(B) 19.18º 0.59% 0.64% -
XYZ 20.69 17.03 7.51 -
YUV 114.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 164 98 67 0 0.40 0.59 0.36 19.18 0.42 0.45
Hex A4 62 43 0 28 3B 24 13 2A 2D
Octal 244 142 103 0 50 73 44 23 52 55
Binary 10100100 1100010 1000011 0 101000 111011 100100 10011 101010 101101

Color Harmonies of #A46243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46243

Black with #A46243

Text Example


Text Example

White with #A46243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46243; }

 p { color: rgb(164,98,67); }

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

background-color css

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

 a { background-color: rgb(164,98,67); }

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

border-color css

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

 span { border-color: rgb(164,98,67); }

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