#A7483D

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

Shades of Roof Terracotta #A7483D

Tints of Roof Terracotta #A7483D

Color information

#A7483D (or 0xA7483D) is unknown color: approx Roof Terracotta. HEX triplet: A7, 48 and 3D. RGB value is (167,72,61). Sum of RGB (Red+Green+Blue) = 167+72+61=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A7483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7483D is #58B7C2. Grayscale: #636363. Windows color (decimal): -5814211 or 4016295. OLE color: 4016295.

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

Color convert

RGB1677261-
CMYK00.570.630.35
HSL6.23º46.49%44.71%-
HSV(B)6.23º63.47%65.49%-
XYZ19.113.195.95-
YUV99.15106.47176.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.67%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=55.67%
G=24%
B=20.33%

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
Decimal167726100.570.630.356.2346.4944.71
HexA7483D0393F2362e2d
Octal24711075071774365655
Binary1010011110010001111010111001111111100011110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7483D; }

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

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

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

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

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

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

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

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