#A4433F

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

Shades of Roof Terracotta #A4433F

Tints of Roof Terracotta #A4433F

Color information

#A4433F (or 0xA4433F) is unknown color: approx Roof Terracotta. HEX triplet: A4, 43 and 3F. RGB value is (164,67,63). Sum of RGB (Red+Green+Blue) = 164+67+63=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4433F is #5BBCC0. Grayscale: #5F5F5F. Windows color (decimal): -6012097 or 4146084. OLE color: 4146084.

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

Color convert

RGB1646763-
CMYK00.590.620.36
HSL2.38º44.49%44.51%-
HSV(B)2.38º61.59%64.31%-
XYZ18.2112.276.11-
YUV95.55109.64176.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 67 (26.56% from 255) = 22.79%
BLUE value IS 63 (25% from 255) = 21.43%
R=55.78%
G=22.79%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164676300.590.620.362.3844.4944.51
HexA4433F03B3E2422c2d
Octal24410377073764425455
Binary101001001000011111111011101111111010010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4433F; }

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

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

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

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

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

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

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

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