Html Css Color HEX #A46448 Tuscany

📋 copy color: '#A46448'

red 164 ◦ green 100 ◦ blue 72

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

Shades of Tuscany #A46448

Tints of Tuscany #A46448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 48.81%
G = 29.76%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A46448 (or 0xA46448) is known color: Tuscany. HEX triplet: A4, 64 and 48. RGB value is (164,100,72). Sum of RGB (Red+Green+Blue) = 164+100+72=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A46448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46448 is #5B9BB7. Grayscale: #747474. Windows color (decimal): -6003640 or 4744356. OLE color: 4744356.

HSL color Cylindrical-coordinate representation of color #A46448: hue angle of 18.26º 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 #A46448 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 72 -
CMYK 0 0.39 0.56 0.36
HSL 18.26º 0.39% 0.46% -
HSV(B) 18.26º 0.56% 0.64% -
XYZ 21.04 17.47 8.4 -
YUV 115.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 164 100 72 0 0.39 0.56 0.36 18.26 0.39 0.46
Hex A4 64 48 0 27 38 24 12 27 2E
Octal 244 144 110 0 47 70 44 22 47 56
Binary 10100100 1100100 1001000 0 100111 111000 100100 10010 100111 101110

Color Harmonies of #A46448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46448

Black with #A46448

Text Example


Text Example

White with #A46448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46448; }

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

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

background-color css

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

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

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

border-color css

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

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

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