#A6483D

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

Shades of Roof Terracotta #A6483D

Tints of Roof Terracotta #A6483D

Color information

#A6483D (or 0xA6483D) is unknown color: approx Roof Terracotta. HEX triplet: A6, 48 and 3D. RGB value is (166,72,61). Sum of RGB (Red+Green+Blue) = 166+72+61=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6483D is #59B7C2. Grayscale: #626262. Windows color (decimal): -5879747 or 4016294. OLE color: 4016294.

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

Color convert

RGB1667261-
CMYK00.570.630.35
HSL6.29º46.26%44.51%-
HSV(B)6.29º63.25%65.1%-
XYZ18.8913.085.94-
YUV98.85106.64175.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=55.52%
G=24.08%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166726100.570.630.356.2946.2644.51
HexA6483D0393F2362e2d
Octal24611075071774365655
Binary1010011010010001111010111001111111100011110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6483D; }

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

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

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

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

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

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

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

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