#A74943

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

Shades of Roof Terracotta #A74943

Tints of Roof Terracotta #A74943

Color information

#A74943 (or 0xA74943) is unknown color: approx Roof Terracotta. HEX triplet: A7, 49 and 43. RGB value is (167,73,67). Sum of RGB (Red+Green+Blue) = 167+73+67=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A74943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74943 is #58B6BC. Grayscale: #646464. Windows color (decimal): -5813949 or 4409767. OLE color: 4409767.

HSL color Cylindrical-coordinate representation of color #A74943: hue angle of 3.6º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74943 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1677367-
CMYK00.560.600.35
HSL3.6º42.74%45.88%-
HSV(B)3.6º59.88%65.49%-
XYZ19.3313.396.88-
YUV100.42109.14175.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=54.40%
G=23.78%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167736700.560.600.353.642.7445.88
HexA749430383C2342b2e
Octal247111103070744345356
Binary10100111100100110000110111000111100100011100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74943; }

 p { color: rgb(167,73,67); }

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

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

 a { background-color: rgb(167,73,67); }

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

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

 span { border-color: rgb(167,73,67); }

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