Html Css Color HEX #A36745 Tuscany

📋 copy color: '#A36745'

red 163 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #A36745

Tints of Tuscany #A36745

RGB

 RED value IS 163 (64.06% from 255) = 48.66%

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 48.66%
G = 30.75%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A36745 (or 0xA36745) is known color: Tuscany. HEX triplet: A3, 67 and 45. RGB value is (163,103,69). Sum of RGB (Red+Green+Blue) = 163+103+69=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A36745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36745 is #5C98BA. Grayscale: #757575. Windows color (decimal): -6068411 or 4548515. OLE color: 4548515.

HSL color Cylindrical-coordinate representation of color #A36745: hue angle of 21.7º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A36745 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 103 69 -
CMYK 0 0.37 0.58 0.36
HSL 21.7º 0.41% 0.45% -
HSV(B) 21.7º 0.58% 0.64% -
XYZ 21.03 17.92 7.98 -
YUV 117.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 163 103 69 0 0.37 0.58 0.36 21.7 0.41 0.45
Hex A3 67 45 0 25 3A 24 16 29 2D
Octal 243 147 105 0 45 72 44 26 51 55
Binary 10100011 1100111 1000101 0 100101 111010 100100 10110 101001 101101

Color Harmonies of #A36745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36745

Black with #A36745

Text Example


Text Example

White with #A36745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36745; }

 p { color: rgb(163,103,69); }

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

background-color css

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

 a { background-color: rgb(163,103,69); }

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

border-color css

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

 span { border-color: rgb(163,103,69); }

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