#A74844

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

Shades of Roof Terracotta #A74844

Tints of Roof Terracotta #A74844

Color information

#A74844 (or 0xA74844) is unknown color: approx Roof Terracotta. HEX triplet: A7, 48 and 44. RGB value is (167,72,68). Sum of RGB (Red+Green+Blue) = 167+72+68=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A74844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74844 is #58B7BB. Grayscale: #646464. Windows color (decimal): -5814204 or 4475047. OLE color: 4475047.

HSL color Cylindrical-coordinate representation of color #A74844: hue angle of 2.42º 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 #A74844 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1677268-
CMYK00.570.590.35
HSL2.42º42.13%46.08%-
HSV(B)2.42º59.28%65.49%-
XYZ19.313.277.01-
YUV99.95109.97175.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=54.40%
G=23.45%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167726800.570.590.352.4242.1346.08
HexA748440393B2322a2e
Octal247110104071734325256
Binary1010011110010001000100011100111101110001110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74844; }

 p { color: rgb(167,72,68); }

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

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

 a { background-color: rgb(167,72,68); }

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

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

 span { border-color: rgb(167,72,68); }

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