#A54F36

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

Shades of Orange Roughy #A54F36

Tints of Orange Roughy #A54F36

Color information

#A54F36 (or 0xA54F36) is unknown color: approx Orange Roughy. HEX triplet: A5, 4F and 36. RGB value is (165,79,54). Sum of RGB (Red+Green+Blue) = 165+79+54=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F36 is #5AB0C9. Grayscale: #666666. Windows color (decimal): -5943498 or 3559333. OLE color: 3559333.

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

Color convert

RGB1657954-
CMYK00.520.670.35
HSL13.51º50.68%42.94%-
HSV(B)13.51º67.27%64.71%-
XYZ18.9813.865.16-
YUV101.86100.99173.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.37%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=55.37%
G=26.51%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165795400.520.670.3513.5150.6842.94
HexA54F360344323e332b
Octal2451176606410343166353
Binary101001011001111110110011010010000111000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54F36; }

 p { color: rgb(165,79,54); }

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

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

 a { background-color: rgb(165,79,54); }

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

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

 span { border-color: rgb(165,79,54); }

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