Html Css Color HEX #A46248 Tuscany

📋 copy color: '#A46248'

red 164 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #A46248

Tints of Tuscany #A46248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 49.1%
G = 29.34%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A46248 (or 0xA46248) is known color: Tuscany. HEX triplet: A4, 62 and 48. RGB value is (164,98,72). Sum of RGB (Red+Green+Blue) = 164+98+72=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46248 is #5B9DB7. Grayscale: #727272. Windows color (decimal): -6004152 or 4743844. OLE color: 4743844.

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

Color convert

RGB 164 98 72 -
CMYK 0 0.40 0.56 0.36
HSL 16.96º 0.39% 0.46% -
HSV(B) 16.96º 0.56% 0.64% -
XYZ 20.85 17.1 8.33 -
YUV 114.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 164 98 72 0 0.40 0.56 0.36 16.96 0.39 0.46
Hex A4 62 48 0 28 38 24 11 27 2E
Octal 244 142 110 0 50 70 44 21 47 56
Binary 10100100 1100010 1001000 0 101000 111000 100100 10001 100111 101110

Color Harmonies of #A46248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46248

Black with #A46248

Text Example


Text Example

White with #A46248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46248; }

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

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

background-color css

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

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

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

border-color css

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

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

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