#A54B46

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

Shades of Roof Terracotta #A54B46

Tints of Roof Terracotta #A54B46

Color information

#A54B46 (or 0xA54B46) is unknown color: approx Roof Terracotta. HEX triplet: A5, 4B and 46. RGB value is (165,75,70). Sum of RGB (Red+Green+Blue) = 165+75+70=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B46 is #5AB4B9. Grayscale: #656565. Windows color (decimal): -5944506 or 4606885. OLE color: 4606885.

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

Color convert

RGB1657570-
CMYK00.550.580.35
HSL3.16º40.43%46.08%-
HSV(B)3.16º57.58%64.71%-
XYZ19.1413.477.39-
YUV101.34110.32173.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.23%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=53.23%
G=24.19%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165757000.550.580.353.1640.4346.08
HexA54B460373A233282e
Octal245113106067724335056
Binary1010010110010111000110011011111101010001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B46; }

 p { color: rgb(165,75,70); }

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

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

 a { background-color: rgb(165,75,70); }

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

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

 span { border-color: rgb(165,75,70); }

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