#A8483C

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

Shades of Roof Terracotta #A8483C

Tints of Roof Terracotta #A8483C

Color information

#A8483C (or 0xA8483C) is unknown color: approx Roof Terracotta. HEX triplet: A8, 48 and 3C. RGB value is (168,72,60). Sum of RGB (Red+Green+Blue) = 168+72+60=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8483C is #57B7C3. Grayscale: #636363. Windows color (decimal): -5748676 or 3950760. OLE color: 3950760.

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

Color convert

RGB1687260-
CMYK00.570.640.34
HSL6.67º47.37%44.71%-
HSV(B)6.67º64.29%65.88%-
XYZ19.2813.295.82-
YUV99.34105.8176.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 60 (23.83% from 255) = 20%
R=56%
G=24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168726000.570.640.346.6747.3744.71
HexA8483C039402272f2d
Octal250110740711004275755
Binary10101000100100011110001110011000000100010111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8483C; }

 p { color: rgb(168,72,60); }

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

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

 a { background-color: rgb(168,72,60); }

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

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

 span { border-color: rgb(168,72,60); }

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