#A5433D

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

Shades of Roof Terracotta #A5433D

Tints of Roof Terracotta #A5433D

Color information

#A5433D (or 0xA5433D) is unknown color: approx Roof Terracotta. HEX triplet: A5, 43 and 3D. RGB value is (165,67,61). Sum of RGB (Red+Green+Blue) = 165+67+61=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5433D is #5ABCC2. Grayscale: #5F5F5F. Windows color (decimal): -5946563 or 4015013. OLE color: 4015013.

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

Color convert

RGB1656761-
CMYK00.590.630.35
HSL3.46º46.02%44.31%-
HSV(B)3.46º63.03%64.71%-
XYZ18.3712.355.83-
YUV95.62108.47177.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=56.31%
G=22.87%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165676100.590.630.353.4646.0244.31
HexA5433D03B3F2332e2c
Octal24510375073774335654
Binary101001011000011111101011101111111110001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5433D; }

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

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

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

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

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

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

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

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