#A8493B

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

Shades of Roof Terracotta #A8493B

Tints of Roof Terracotta #A8493B

Color information

#A8493B (or 0xA8493B) is unknown color: approx Roof Terracotta. HEX triplet: A8, 49 and 3B. RGB value is (168,73,59). Sum of RGB (Red+Green+Blue) = 168+73+59=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8493B is #57B6C4. Grayscale: #636363. Windows color (decimal): -5748421 or 3885480. OLE color: 3885480.

HSL color Cylindrical-coordinate representation of color #A8493B: hue angle of 7.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8493B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1687359-
CMYK00.570.650.34
HSL7.71º48.02%44.51%-
HSV(B)7.71º64.88%65.88%-
XYZ19.3213.415.71-
YUV99.81104.97176.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=56%
G=24.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168735900.570.650.347.7148.0244.51
HexA8493B03941228302d
Octal2501117307110142106055
Binary101010001001001111011011100110000011000101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8493B; }

 p { color: rgb(168,73,59); }

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

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

 a { background-color: rgb(168,73,59); }

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

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

 span { border-color: rgb(168,73,59); }

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