Html Css Color HEX #A85D44 Tuscany

📋 copy color: '#A85D44'

red 168 ◦ green 93 ◦ blue 68

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

Shades of Tuscany #A85D44

Tints of Tuscany #A85D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 51.06%
G = 28.27%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85D44 (or 0xA85D44) is known color: Tuscany. HEX triplet: A8, 5D and 44. RGB value is (168,93,68). Sum of RGB (Red+Green+Blue) = 168+93+68=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D44 is #57A2BB. Grayscale: #707070. Windows color (decimal): -5743292 or 4480424. OLE color: 4480424.

HSL color Cylindrical-coordinate representation of color #A85D44: hue angle of 15º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85D44 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 93 68 -
CMYK 0 0.45 0.60 0.34
HSL 15º 0.42% 0.46% -
HSV(B) 15º 0.6% 0.66% -
XYZ 21.11 16.57 7.55 -
YUV 112.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 168 93 68 0 0.45 0.60 0.34 15 0.42 0.46
Hex A8 5D 44 0 2D 3C 22 F 2A 2E
Octal 250 135 104 0 55 74 42 17 52 56
Binary 10101000 1011101 1000100 0 101101 111100 100010 1111 101010 101110

Color Harmonies of #A85D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D44

Black with #A85D44

Text Example


Text Example

White with #A85D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D44; }

 p { color: rgb(168,93,68); }

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

background-color css

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

 a { background-color: rgb(168,93,68); }

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

border-color css

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

 span { border-color: rgb(168,93,68); }

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