#A74B45

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

Shades of Roof Terracotta #A74B45

Tints of Roof Terracotta #A74B45

Color information

#A74B45 (or 0xA74B45) is unknown color: approx Roof Terracotta. HEX triplet: A7, 4B and 45. RGB value is (167,75,69). Sum of RGB (Red+Green+Blue) = 167+75+69=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B45 is #58B4BA. Grayscale: #656565. Windows color (decimal): -5813435 or 4541351. OLE color: 4541351.

HSL color Cylindrical-coordinate representation of color #A74B45: hue angle of 3.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74B45 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1677569-
CMYK00.550.590.35
HSL3.67º41.53%46.27%-
HSV(B)3.67º58.68%65.49%-
XYZ19.5313.687.24-
YUV101.82109.48174.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 69 (27.34% from 255) = 22.19%
R=53.70%
G=24.12%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167756900.550.590.353.6741.5346.27
HexA74B450373B2342a2e
Octal247113105067734345256
Binary10100111100101110001010110111111011100011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B45; }

 p { color: rgb(167,75,69); }

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

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

 a { background-color: rgb(167,75,69); }

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

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

 span { border-color: rgb(167,75,69); }

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