#A1433D

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

Shades of Roof Terracotta #A1433D

Tints of Roof Terracotta #A1433D

Color information

#A1433D (or 0xA1433D) is unknown color: approx Roof Terracotta. HEX triplet: A1, 43 and 3D. RGB value is (161,67,61). Sum of RGB (Red+Green+Blue) = 161+67+61=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1433D is #5EBCC2. Grayscale: #5E5E5E. Windows color (decimal): -6208707 or 4015009. OLE color: 4015009.

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

Color convert

RGB1616761-
CMYK00.580.620.37
HSL3.6º45.05%43.53%-
HSV(B)3.6º62.11%63.14%-
XYZ17.5511.935.79-
YUV94.42109.14175.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=55.71%
G=23.18%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161676100.580.620.373.645.0543.53
HexA1433D03A3E2542d2c
Octal24110375072764545554
Binary1010000110000111111010111010111110100101100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1433D; }

 p { color: rgb(161,67,61); }

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

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

 a { background-color: rgb(161,67,61); }

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

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

 span { border-color: rgb(161,67,61); }

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