#A55537

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

Shades of Orange Roughy #A55537

Tints of Orange Roughy #A55537

Color information

#A55537 (or 0xA55537) is unknown color: approx Orange Roughy. HEX triplet: A5, 55 and 37. RGB value is (165,85,55). Sum of RGB (Red+Green+Blue) = 165+85+55=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A55537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55537 is #5AAAC8. Grayscale: #696969. Windows color (decimal): -5941961 or 3626405. OLE color: 3626405.

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

Color convert

RGB1658555-
CMYK00.480.670.35
HSL16.36º50%43.14%-
HSV(B)16.36º66.67%64.71%-
XYZ19.4614.775.44-
YUV105.599.5170.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=54.10%
G=27.87%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165855500.480.670.3516.365043.14
HexA55537030432310322b
Octal2451256706010343206253
Binary1010010110101011101110110000100001110001110000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55537; }

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

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

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

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

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

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

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

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