#A4453D

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

Shades of Roof Terracotta #A4453D

Tints of Roof Terracotta #A4453D

Color information

#A4453D (or 0xA4453D) is unknown color: approx Roof Terracotta. HEX triplet: A4, 45 and 3D. RGB value is (164,69,61). Sum of RGB (Red+Green+Blue) = 164+69+61=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4453D is #5BBAC2. Grayscale: #606060. Windows color (decimal): -6011587 or 4015524. OLE color: 4015524.

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

Color convert

RGB1646961-
CMYK00.580.630.36
HSL4.66º45.78%44.12%-
HSV(B)4.66º62.8%64.31%-
XYZ18.2812.495.86-
YUV96.49107.97176.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.78%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=55.78%
G=23.47%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164696100.580.630.364.6645.7844.12
HexA4453D03A3F2452e2c
Octal24410575072774455654
Binary1010010010001011111010111010111111100100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4453D; }

 p { color: rgb(164,69,61); }

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

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

 a { background-color: rgb(164,69,61); }

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

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

 span { border-color: rgb(164,69,61); }

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