Html Css Color HEX #A85E3E Tuscany

📋 copy color: '#A85E3E'

red 168 ◦ green 94 ◦ blue 62

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

Shades of Tuscany #A85E3E

Tints of Tuscany #A85E3E

RGB

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

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

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

R = 51.85%
G = 29.01%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A85E3E (or 0xA85E3E) is known color: Tuscany. HEX triplet: A8, 5E and 3E. RGB value is (168,94,62). Sum of RGB (Red+Green+Blue) = 168+94+62=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85E3E is #57A1C1. Grayscale: #707070. Windows color (decimal): -5743042 or 4087464. OLE color: 4087464.

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

Color convert

RGB 168 94 62 -
CMYK 0 0.44 0.63 0.34
HSL 18.11º 0.46% 0.45% -
HSV(B) 18.11º 0.63% 0.66% -
XYZ 21.02 16.68 6.67 -
YUV 112.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 168 94 62 0 0.44 0.63 0.34 18.11 0.46 0.45
Hex A8 5E 3E 0 2C 3F 22 12 2E 2D
Octal 250 136 76 0 54 77 42 22 56 55
Binary 10101000 1011110 111110 0 101100 111111 100010 10010 101110 101101

Color Harmonies of #A85E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E3E

Black with #A85E3E

Text Example


Text Example

White with #A85E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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