#A5433F

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

Shades of Roof Terracotta #A5433F

Tints of Roof Terracotta #A5433F

Color information

#A5433F (or 0xA5433F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 43 and 3F. RGB value is (165,67,63). Sum of RGB (Red+Green+Blue) = 165+67+63=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5433F is #5ABCC0. Grayscale: #5F5F5F. Windows color (decimal): -5946561 or 4146085. OLE color: 4146085.

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

Color convert

RGB1656763-
CMYK00.590.620.35
HSL2.35º44.74%44.71%-
HSV(B)2.35º61.82%64.71%-
XYZ18.4212.376.12-
YUV95.85109.47177.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 63 (25% from 255) = 21.36%
R=55.93%
G=22.71%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165676300.590.620.352.3544.7444.71
HexA5433F03B3E2322d2d
Octal24510377073764325555
Binary101001011000011111111011101111111010001110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5433F; }

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

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

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

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

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

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

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

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