#A54D36

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

Shades of Orange Roughy #A54D36

Tints of Orange Roughy #A54D36

Color information

#A54D36 (or 0xA54D36) is unknown color: approx Orange Roughy. HEX triplet: A5, 4D and 36. RGB value is (165,77,54). Sum of RGB (Red+Green+Blue) = 165+77+54=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D36 is #5AB2C9. Grayscale: #646464. Windows color (decimal): -5944010 or 3558821. OLE color: 3558821.

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

Color convert

RGB1657754-
CMYK00.530.670.35
HSL12.43º50.68%42.94%-
HSV(B)12.43º67.27%64.71%-
XYZ18.8413.575.12-
YUV100.69101.65173.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.74%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=55.74%
G=26.01%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165775400.530.670.3512.4350.6842.94
HexA54D360354323c332b
Octal2451156606510343146353
Binary101001011001101110110011010110000111000111100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D36; }

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

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

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

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

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

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

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

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