#A3423D

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

Shades of Roof Terracotta #A3423D

Tints of Roof Terracotta #A3423D

Color information

#A3423D (or 0xA3423D) is unknown color: approx Roof Terracotta. HEX triplet: A3, 42 and 3D. RGB value is (163,66,61). Sum of RGB (Red+Green+Blue) = 163+66+61=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A3423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3423D is #5CBDC2. Grayscale: #5E5E5E. Windows color (decimal): -6077891 or 4014755. OLE color: 4014755.

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

Color convert

RGB1636661-
CMYK00.600.630.36
HSL2.94º45.54%43.92%-
HSV(B)2.94º62.58%63.92%-
XYZ17.8912.025.79-
YUV94.43109.14176.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=56.21%
G=22.76%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163666100.600.630.362.9445.5443.92
HexA3423D03C3F2432e2c
Octal24310275074774435654
Binary101000111000010111101011110011111110010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3423D; }

 p { color: rgb(163,66,61); }

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

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

 a { background-color: rgb(163,66,61); }

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

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

 span { border-color: rgb(163,66,61); }

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