#A3433B

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

Shades of Roof Terracotta #A3433B

Tints of Roof Terracotta #A3433B

Color information

#A3433B (or 0xA3433B) is unknown color: approx Roof Terracotta. HEX triplet: A3, 43 and 3B. RGB value is (163,67,59). Sum of RGB (Red+Green+Blue) = 163+67+59=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3433B is #5CBCC4. Grayscale: #5E5E5E. Windows color (decimal): -6077637 or 3883939. OLE color: 3883939.

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

Color convert

RGB1636759-
CMYK00.590.640.36
HSL4.62º46.85%43.53%-
HSV(B)4.62º63.8%63.92%-
XYZ17.912.125.53-
YUV94.79107.8176.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=56.40%
G=23.18%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163675900.590.640.364.6246.8543.53
HexA3433B03B402452f2c
Octal243103730731004455754
Binary10100011100001111101101110111000000100100101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3433B; }

 p { color: rgb(163,67,59); }

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

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

 a { background-color: rgb(163,67,59); }

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

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

 span { border-color: rgb(163,67,59); }

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