Html Css Color HEX #A65E41 Tuscany

📋 copy color: '#A65E41'

red 166 ◦ green 94 ◦ blue 65

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

Shades of Tuscany #A65E41

Tints of Tuscany #A65E41

RGB

 RED value IS 166 (65.23% from 255) = 51.08%

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

 BLUE value IS 65 (25.78% from 255) = 20%

R = 51.08%
G = 28.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65E41 (or 0xA65E41) is known color: Tuscany. HEX triplet: A6, 5E and 41. RGB value is (166,94,65). Sum of RGB (Red+Green+Blue) = 166+94+65=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E41 is #59A1BE. Grayscale: #707070. Windows color (decimal): -5874111 or 4284070. OLE color: 4284070.

HSL color Cylindrical-coordinate representation of color #A65E41: hue angle of 17.23º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65E41 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 65 -
CMYK 0 0.43 0.61 0.35
HSL 17.23º 0.44% 0.45% -
HSV(B) 17.23º 0.61% 0.65% -
XYZ 20.68 16.49 7.09 -
YUV 112.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 166 94 65 0 0.43 0.61 0.35 17.23 0.44 0.45
Hex A6 5E 41 0 2B 3D 23 11 2C 2D
Octal 246 136 101 0 53 75 43 21 54 55
Binary 10100110 1011110 1000001 0 101011 111101 100011 10001 101100 101101

Color Harmonies of #A65E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E41

Black with #A65E41

Text Example


Text Example

White with #A65E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E41; }

 p { color: rgb(166,94,65); }

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

background-color css

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

 a { background-color: rgb(166,94,65); }

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

border-color css

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

 span { border-color: rgb(166,94,65); }

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