Html Css Color HEX #A65D45 Tuscany

📋 copy color: '#A65D45'

red 166 ◦ green 93 ◦ blue 69

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

Shades of Tuscany #A65D45

Tints of Tuscany #A65D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 50.61%
G = 28.35%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A65D45 (or 0xA65D45) is known color: Tuscany. HEX triplet: A6, 5D and 45. RGB value is (166,93,69). Sum of RGB (Red+Green+Blue) = 166+93+69=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65D45 is #59A2BA. Grayscale: #707070. Windows color (decimal): -5874363 or 4545958. OLE color: 4545958.

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

Color convert

RGB 166 93 69 -
CMYK 0 0.44 0.58 0.35
HSL 14.85º 0.41% 0.46% -
HSV(B) 14.85º 0.58% 0.65% -
XYZ 20.71 16.37 7.7 -
YUV 112.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 166 93 69 0 0.44 0.58 0.35 14.85 0.41 0.46
Hex A6 5D 45 0 2C 3A 23 F 29 2E
Octal 246 135 105 0 54 72 43 17 51 56
Binary 10100110 1011101 1000101 0 101100 111010 100011 1111 101001 101110

Color Harmonies of #A65D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D45

Black with #A65D45

Text Example


Text Example

White with #A65D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D45; }

 p { color: rgb(166,93,69); }

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

background-color css

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

 a { background-color: rgb(166,93,69); }

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

border-color css

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

 span { border-color: rgb(166,93,69); }

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