#A3423F

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

Shades of Roof Terracotta #A3423F

Tints of Roof Terracotta #A3423F

Color information

#A3423F (or 0xA3423F) is unknown color: approx Roof Terracotta. HEX triplet: A3, 42 and 3F. RGB value is (163,66,63). Sum of RGB (Red+Green+Blue) = 163+66+63=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3423F is #5CBDC0. Grayscale: #5E5E5E. Windows color (decimal): -6077889 or 4145827. OLE color: 4145827.

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

Color convert

RGB1636663-
CMYK00.600.610.36
HSL1.8º44.25%44.31%-
HSV(B)1.8º61.35%63.92%-
XYZ17.9512.046.08-
YUV94.66110.14176.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 63 (25% from 255) = 21.58%
R=55.82%
G=22.60%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163666300.600.610.361.844.2544.31
HexA3423F03C3D2422c2c
Octal24310277074754425454
Binary101000111000010111111011110011110110010010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3423F; }

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

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

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

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

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

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

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

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