Html Css Color HEX #A85C3E Tuscany

📋 copy color: '#A85C3E'

red 168 ◦ green 92 ◦ blue 62

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

Shades of Tuscany #A85C3E

Tints of Tuscany #A85C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 52.17%
G = 28.57%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A85C3E (or 0xA85C3E) is known color: Tuscany. HEX triplet: A8, 5C and 3E. RGB value is (168,92,62). Sum of RGB (Red+Green+Blue) = 168+92+62=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C3E is #57A3C1. Grayscale: #6F6F6F. Windows color (decimal): -5743554 or 4086952. OLE color: 4086952.

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

Color convert

RGB 168 92 62 -
CMYK 0 0.45 0.63 0.34
HSL 16.98º 0.46% 0.45% -
HSV(B) 16.98º 0.63% 0.66% -
XYZ 20.85 16.33 6.61 -
YUV 111.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 168 92 62 0 0.45 0.63 0.34 16.98 0.46 0.45
Hex A8 5C 3E 0 2D 3F 22 11 2E 2D
Octal 250 134 76 0 55 77 42 21 56 55
Binary 10101000 1011100 111110 0 101101 111111 100010 10001 101110 101101

Color Harmonies of #A85C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C3E

Black with #A85C3E

Text Example


Text Example

White with #A85C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C3E; }

 p { color: rgb(168,92,62); }

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

background-color css

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

 a { background-color: rgb(168,92,62); }

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

border-color css

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

 span { border-color: rgb(168,92,62); }

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