#A54E38

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

Shades of Orange Roughy #A54E38

Tints of Orange Roughy #A54E38

Color information

#A54E38 (or 0xA54E38) is unknown color: approx Orange Roughy. HEX triplet: A5, 4E and 38. RGB value is (165,78,56). Sum of RGB (Red+Green+Blue) = 165+78+56=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E38 is #5AB1C7. Grayscale: #656565. Windows color (decimal): -5943752 or 3690149. OLE color: 3690149.

HSL color Cylindrical-coordinate representation of color #A54E38: hue angle of 12.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54E38 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1657856-
CMYK00.530.660.35
HSL12.11º49.32%43.33%-
HSV(B)12.11º66.06%64.71%-
XYZ18.9613.735.39-
YUV101.5102.32173.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=55.18%
G=26.09%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165785600.530.660.3512.1149.3243.33
HexA54E380354223c312b
Octal2451167006510243146153
Binary101001011001110111000011010110000101000111100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E38; }

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

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

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

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

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

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

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

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