#A5493C

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

Shades of Roof Terracotta #A5493C

Tints of Roof Terracotta #A5493C

Color information

#A5493C (or 0xA5493C) is unknown color: approx Roof Terracotta. HEX triplet: A5, 49 and 3C. RGB value is (165,73,60). Sum of RGB (Red+Green+Blue) = 165+73+60=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A5493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5493C is #5AB6C3. Grayscale: #636363. Windows color (decimal): -5945028 or 3951013. OLE color: 3951013.

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

Color convert

RGB1657360-
CMYK00.560.640.35
HSL7.43º46.67%44.12%-
HSV(B)7.43º63.64%64.71%-
XYZ18.7213.095.82-
YUV99.03105.98175.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=55.37%
G=24.50%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165736000.560.640.357.4346.6744.12
HexA5493C038402372f2c
Octal245111740701004375754
Binary10100101100100111110001110001000000100011111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5493C; }

 p { color: rgb(165,73,60); }

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

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

 a { background-color: rgb(165,73,60); }

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

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

 span { border-color: rgb(165,73,60); }

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