Html Css Color HEX #A36345 Tuscany

📋 copy color: '#A36345'

red 163 ◦ green 99 ◦ blue 69

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

Shades of Tuscany #A36345

Tints of Tuscany #A36345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 49.24%
G = 29.91%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A36345 (or 0xA36345) is known color: Tuscany. HEX triplet: A3, 63 and 45. RGB value is (163,99,69). Sum of RGB (Red+Green+Blue) = 163+99+69=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A36345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36345 is #5C9CBA. Grayscale: #727272. Windows color (decimal): -6069435 or 4547491. OLE color: 4547491.

HSL color Cylindrical-coordinate representation of color #A36345: hue angle of 19.15º 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 #A36345 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 99 69 -
CMYK 0 0.39 0.58 0.36
HSL 19.15º 0.41% 0.45% -
HSV(B) 19.15º 0.58% 0.64% -
XYZ 20.64 17.14 7.85 -
YUV 114.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 163 99 69 0 0.39 0.58 0.36 19.15 0.41 0.45
Hex A3 63 45 0 27 3A 24 13 29 2D
Octal 243 143 105 0 47 72 44 23 51 55
Binary 10100011 1100011 1000101 0 100111 111010 100100 10011 101001 101101

Color Harmonies of #A36345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36345

Black with #A36345

Text Example


Text Example

White with #A36345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36345; }

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

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

background-color css

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

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

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

border-color css

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

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

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