#A24643

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

Shades of Roof Terracotta #A24643

Tints of Roof Terracotta #A24643

Color information

#A24643 (or 0xA24643) is unknown color: approx Roof Terracotta. HEX triplet: A2, 46 and 43. RGB value is (162,70,67). Sum of RGB (Red+Green+Blue) = 162+70+67=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A24643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24643 is #5DB9BC. Grayscale: #616161. Windows color (decimal): -6142397 or 4408994. OLE color: 4408994.

HSL color Cylindrical-coordinate representation of color #A24643: hue angle of 1.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24643 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1627067-
CMYK00.570.590.36
HSL1.89º41.48%44.9%-
HSV(B)1.89º58.64%63.53%-
XYZ18.112.476.76-
YUV97.17110.98174.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=54.18%
G=23.41%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162706700.570.590.361.8941.4844.9
HexA246430393B242292d
Octal242106103071734425155
Binary1010001010001101000011011100111101110010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24643; }

 p { color: rgb(162,70,67); }

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

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

 a { background-color: rgb(162,70,67); }

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

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

 span { border-color: rgb(162,70,67); }

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