#A95C3E

Color #A95C3E Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #A95C3E

Tints of Tuscany #A95C3E

Color information

#A95C3E (or 0xA95C3E) is unknown color: approx Tuscany. HEX triplet: A9, 5C and 3E. RGB value is (169,92,62). Sum of RGB (Red+Green+Blue) = 169+92+62=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C3E is #56A3C1. Grayscale: #6F6F6F. Windows color (decimal): -5678018 or 4086953. OLE color: 4086953.

HSL color Cylindrical-coordinate representation of color #A95C3E: hue angle of 16.82º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A95C3E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1699262-
CMYK00.460.630.34
HSL16.82º46.32%45.29%-
HSV(B)16.82º63.31%66.27%-
XYZ21.0616.446.62-
YUV111.6100.01168.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=52.32%
G=28.48%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169926200.460.630.3416.8246.3245.29
HexA95C3E02E3F22112e2d
Octal251134760567742215655
Binary101010011011100111110010111011111110001010001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C3E; }

 p { color: rgb(169,92,62); }

 H1.HeaderClassName
 {
   color: #A95C3E;
 }
 .AnyTagClassName
 {
   color: #A95C3E;
 }
</style>
background-color css

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

 a { background-color: rgb(169,92,62); }

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

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

 span { border-color: rgb(169,92,62); }

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