#A54C37

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

Shades of Orange Roughy #A54C37

Tints of Orange Roughy #A54C37

Color information

#A54C37 (or 0xA54C37) is unknown color: approx Orange Roughy. HEX triplet: A5, 4C and 37. RGB value is (165,76,55). Sum of RGB (Red+Green+Blue) = 165+76+55=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C37 is #5AB3C8. Grayscale: #646464. Windows color (decimal): -5944265 or 3624101. OLE color: 3624101.

HSL color Cylindrical-coordinate representation of color #A54C37: hue angle of 11.45º degrees, saturation: 0.5, 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 #A54C37 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1657655-
CMYK00.540.670.35
HSL11.45º50%43.14%-
HSV(B)11.45º66.67%64.71%-
XYZ18.7913.445.22-
YUV100.22102.49174.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 55 (21.88% from 255) = 18.58%
R=55.74%
G=25.68%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165765500.540.670.3511.455043.14
HexA54C370364323b322b
Octal2451146706610343136253
Binary101001011001100110111011011010000111000111011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C37; }

 p { color: rgb(165,76,55); }

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

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

 a { background-color: rgb(165,76,55); }

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

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

 span { border-color: rgb(165,76,55); }

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