Html Css Color HEX #A85B3E Tuscany

📋 copy color: '#A85B3E'

red 168 ◦ green 91 ◦ blue 62

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

Shades of Tuscany #A85B3E

Tints of Tuscany #A85B3E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.35%

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

R = 52.34%
G = 28.35%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A85B3E (or 0xA85B3E) is known color: Tuscany. HEX triplet: A8, 5B and 3E. RGB value is (168,91,62). Sum of RGB (Red+Green+Blue) = 168+91+62=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85B3E is #57A4C1. Grayscale: #6E6E6E. Windows color (decimal): -5743810 or 4086696. OLE color: 4086696.

HSL color Cylindrical-coordinate representation of color #A85B3E: hue angle of 16.42º 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 #A85B3E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 91 62 -
CMYK 0 0.46 0.63 0.34
HSL 16.42º 0.46% 0.45% -
HSV(B) 16.42º 0.63% 0.66% -
XYZ 20.76 16.15 6.58 -
YUV 110.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 168 91 62 0 0.46 0.63 0.34 16.42 0.46 0.45
Hex A8 5B 3E 0 2E 3F 22 10 2E 2D
Octal 250 133 76 0 56 77 42 20 56 55
Binary 10101000 1011011 111110 0 101110 111111 100010 10000 101110 101101

Color Harmonies of #A85B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B3E

Black with #A85B3E

Text Example


Text Example

White with #A85B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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