#A54E3C

Color #A54E3C Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A54E3C

Tints of Orange Roughy #A54E3C

Color information

#A54E3C (or 0xA54E3C) is unknown color: approx Orange Roughy. HEX triplet: A5, 4E and 3C. RGB value is (165,78,60). Sum of RGB (Red+Green+Blue) = 165+78+60=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E3C is #5AB1C3. Grayscale: #666666. Windows color (decimal): -5943748 or 3952293. OLE color: 3952293.

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

Color convert

RGB1657860-
CMYK00.530.640.35
HSL10.29º46.67%44.12%-
HSV(B)10.29º63.64%64.71%-
XYZ19.0613.775.93-
YUV101.96104.32172.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=54.46%
G=25.74%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165786000.530.640.3510.2946.6744.12
HexA54E3C0354023a2f2c
Octal2451167406510043125754
Binary101001011001110111100011010110000001000111010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E3C; }

 p { color: rgb(165,78,60); }

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

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

 a { background-color: rgb(165,78,60); }

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

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

 span { border-color: rgb(165,78,60); }

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