#A4433C

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

Shades of Roof Terracotta #A4433C

Tints of Roof Terracotta #A4433C

Color information

#A4433C (or 0xA4433C) is unknown color: approx Roof Terracotta. HEX triplet: A4, 43 and 3C. RGB value is (164,67,60). Sum of RGB (Red+Green+Blue) = 164+67+60=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433C is #5BBCC3. Grayscale: #5F5F5F. Windows color (decimal): -6012100 or 3949476. OLE color: 3949476.

HSL color Cylindrical-coordinate representation of color #A4433C: hue angle of 4.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4433C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1646760-
CMYK00.590.630.36
HSL4.04º46.43%43.92%-
HSV(B)4.04º63.41%64.31%-
XYZ18.1312.235.68-
YUV95.21108.14177.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.36%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 60 (23.83% from 255) = 20.62%
R=56.36%
G=23.02%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164676000.590.630.364.0446.4343.92
HexA4433C03B3F2442e2c
Octal24410374073774445654
Binary1010010010000111111000111011111111100100100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4433C; }

 p { color: rgb(164,67,60); }

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

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

 a { background-color: rgb(164,67,60); }

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

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

 span { border-color: rgb(164,67,60); }

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