Html Css Color HEX #A55F45 Tuscany

📋 copy color: '#A55F45'

red 165 ◦ green 95 ◦ blue 69

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

Shades of Tuscany #A55F45

Tints of Tuscany #A55F45

RGB

 RED value IS 165 (64.84% from 255) = 50.15%

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 50.15%
G = 28.88%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55F45 (or 0xA55F45) is known color: Tuscany. HEX triplet: A5, 5F and 45. RGB value is (165,95,69). Sum of RGB (Red+Green+Blue) = 165+95+69=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55F45 is #5AA0BA. Grayscale: #717171. Windows color (decimal): -5939387 or 4546469. OLE color: 4546469.

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

Color convert

RGB 165 95 69 -
CMYK 0 0.42 0.58 0.35
HSL 16.25º 0.41% 0.46% -
HSV(B) 16.25º 0.58% 0.65% -
XYZ 20.68 16.61 7.75 -
YUV 112.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 165 95 69 0 0.42 0.58 0.35 16.25 0.41 0.46
Hex A5 5F 45 0 2A 3A 23 10 29 2E
Octal 245 137 105 0 52 72 43 20 51 56
Binary 10100101 1011111 1000101 0 101010 111010 100011 10000 101001 101110

Color Harmonies of #A55F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F45

Black with #A55F45

Text Example


Text Example

White with #A55F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F45; }

 p { color: rgb(165,95,69); }

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

background-color css

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

 a { background-color: rgb(165,95,69); }

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

border-color css

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

 span { border-color: rgb(165,95,69); }

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