Html Css Color HEX #A85E48 Tuscany

📋 copy color: '#A85E48'

red 168 ◦ green 94 ◦ blue 72

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

Shades of Tuscany #A85E48

Tints of Tuscany #A85E48

RGB

 RED value IS 168 (66.02% from 255) = 50.3%

 GREEN value IS 94 (37.11% from 255) = 28.14%

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

R = 50.3%
G = 28.14%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85E48 (or 0xA85E48) is known color: Tuscany. HEX triplet: A8, 5E and 48. RGB value is (168,94,72). Sum of RGB (Red+Green+Blue) = 168+94+72=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E48 is #57A1B7. Grayscale: #717171. Windows color (decimal): -5743032 or 4742824. OLE color: 4742824.

HSL color Cylindrical-coordinate representation of color #A85E48: hue angle of 13.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85E48 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 94 72 -
CMYK 0 0.44 0.57 0.34
HSL 13.75º 0.4% 0.47% -
HSV(B) 13.75º 0.57% 0.66% -
XYZ 21.32 16.8 8.25 -
YUV 113.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 168 94 72 0 0.44 0.57 0.34 13.75 0.4 0.47
Hex A8 5E 48 0 2C 39 22 E 28 2F
Octal 250 136 110 0 54 71 42 16 50 57
Binary 10101000 1011110 1001000 0 101100 111001 100010 1110 101000 101111

Color Harmonies of #A85E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E48

Black with #A85E48

Text Example


Text Example

White with #A85E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E48; }

 p { color: rgb(168,94,72); }

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

background-color css

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

 a { background-color: rgb(168,94,72); }

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

border-color css

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

 span { border-color: rgb(168,94,72); }

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