#A6483C

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

Shades of Roof Terracotta #A6483C

Tints of Roof Terracotta #A6483C

Color information

#A6483C (or 0xA6483C) is unknown color: approx Roof Terracotta. HEX triplet: A6, 48 and 3C. RGB value is (166,72,60). Sum of RGB (Red+Green+Blue) = 166+72+60=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6483C is #59B7C3. Grayscale: #626262. Windows color (decimal): -5879748 or 3950758. OLE color: 3950758.

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

Color convert

RGB1667260-
CMYK00.570.640.35
HSL6.79º46.9%44.31%-
HSV(B)6.79º63.86%65.1%-
XYZ18.8613.075.8-
YUV98.74106.14175.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=55.70%
G=24.16%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166726000.570.640.356.7946.944.31
HexA6483C039402372f2c
Octal246110740711004375754
Binary10100110100100011110001110011000000100011111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6483C; }

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

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

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

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

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

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

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

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