Html Css Color HEX #A65E42 Tuscany

📋 copy color: '#A65E42'

red 166 ◦ green 94 ◦ blue 66

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

Shades of Tuscany #A65E42

Tints of Tuscany #A65E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 50.92%
G = 28.83%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A65E42 (or 0xA65E42) is known color: Tuscany. HEX triplet: A6, 5E and 42. RGB value is (166,94,66). Sum of RGB (Red+Green+Blue) = 166+94+66=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E42 is #59A1BD. Grayscale: #707070. Windows color (decimal): -5874110 or 4349606. OLE color: 4349606.

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

Color convert

RGB 166 94 66 -
CMYK 0 0.43 0.60 0.35
HSL 16.8º 0.43% 0.45% -
HSV(B) 16.8º 0.6% 0.65% -
XYZ 20.71 16.51 7.25 -
YUV 112.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 166 94 66 0 0.43 0.60 0.35 16.8 0.43 0.45
Hex A6 5E 42 0 2B 3C 23 11 2B 2D
Octal 246 136 102 0 53 74 43 21 53 55
Binary 10100110 1011110 1000010 0 101011 111100 100011 10001 101011 101101

Color Harmonies of #A65E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E42

Black with #A65E42

Text Example


Text Example

White with #A65E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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