#A74B46

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

Shades of Roof Terracotta #A74B46

Tints of Roof Terracotta #A74B46

Color information

#A74B46 (or 0xA74B46) is unknown color: approx Roof Terracotta. HEX triplet: A7, 4B and 46. RGB value is (167,75,70). Sum of RGB (Red+Green+Blue) = 167+75+70=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B46 is #58B4B9. Grayscale: #666666. Windows color (decimal): -5813434 or 4606887. OLE color: 4606887.

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

Color convert

RGB1677570-
CMYK00.550.580.35
HSL3.09º40.93%46.47%-
HSV(B)3.09º58.08%65.49%-
XYZ19.5613.697.41-
YUV101.94109.98174.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=53.53%
G=24.04%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167757000.550.580.353.0940.9346.47
HexA74B460373A233292e
Octal247113106067724335156
Binary1010011110010111000110011011111101010001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B46; }

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

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

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

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

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

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

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

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