#A5443C

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

Shades of Roof Terracotta #A5443C

Tints of Roof Terracotta #A5443C

Color information

#A5443C (or 0xA5443C) is unknown color: approx Roof Terracotta. HEX triplet: A5, 44 and 3C. RGB value is (165,68,60). Sum of RGB (Red+Green+Blue) = 165+68+60=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5443C is #5ABBC3. Grayscale: #606060. Windows color (decimal): -5946308 or 3949733. OLE color: 3949733.

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

Color convert

RGB1656860-
CMYK00.590.640.35
HSL4.57º46.67%44.12%-
HSV(B)4.57º63.64%64.71%-
XYZ18.412.465.71-
YUV96.09107.64177.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=56.31%
G=23.21%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165686000.590.640.354.5746.6744.12
HexA5443C03B402352f2c
Octal245104740731004355754
Binary10100101100010011110001110111000000100011101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5443C; }

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

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

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

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

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

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

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

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