Html Css Color HEX #A85D42 Tuscany

📋 copy color: '#A85D42'

red 168 ◦ green 93 ◦ blue 66

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

Shades of Tuscany #A85D42

Tints of Tuscany #A85D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 51.38%
G = 28.44%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85D42 (or 0xA85D42) is known color: Tuscany. HEX triplet: A8, 5D and 42. RGB value is (168,93,66). Sum of RGB (Red+Green+Blue) = 168+93+66=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D42 is #57A2BD. Grayscale: #707070. Windows color (decimal): -5743294 or 4349352. OLE color: 4349352.

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

Color convert

RGB 168 93 66 -
CMYK 0 0.45 0.61 0.34
HSL 15.88º 0.44% 0.46% -
HSV(B) 15.88º 0.61% 0.66% -
XYZ 21.05 16.55 7.24 -
YUV 112.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 168 93 66 0 0.45 0.61 0.34 15.88 0.44 0.46
Hex A8 5D 42 0 2D 3D 22 10 2C 2E
Octal 250 135 102 0 55 75 42 20 54 56
Binary 10101000 1011101 1000010 0 101101 111101 100010 10000 101100 101110

Color Harmonies of #A85D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D42

Black with #A85D42

Text Example


Text Example

White with #A85D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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