#A44B3D

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

Shades of Roof Terracotta #A44B3D

Tints of Roof Terracotta #A44B3D

Color information

#A44B3D (or 0xA44B3D) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4B and 3D. RGB value is (164,75,61). Sum of RGB (Red+Green+Blue) = 164+75+61=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B3D is #5BB4C2. Grayscale: #646464. Windows color (decimal): -6010051 or 4017060. OLE color: 4017060.

HSL color Cylindrical-coordinate representation of color #A44B3D: hue angle of 8.16º 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 #A44B3D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1647561-
CMYK00.540.630.36
HSL8.16º45.78%44.12%-
HSV(B)8.16º62.8%64.31%-
XYZ18.6713.265.99-
YUV100.02105.99173.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=54.67%
G=25%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164756100.540.630.368.1645.7844.12
HexA44B3D0363F2482e2c
Octal244113750667744105654
Binary10100100100101111110101101101111111001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B3D; }

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

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

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

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

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

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

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

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