#A55337

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

Shades of Orange Roughy #A55337

Tints of Orange Roughy #A55337

Color information

#A55337 (or 0xA55337) is unknown color: approx Orange Roughy. HEX triplet: A5, 53 and 37. RGB value is (165,83,55). Sum of RGB (Red+Green+Blue) = 165+83+55=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55337 is #5AACC8. Grayscale: #686868. Windows color (decimal): -5942473 or 3625893. OLE color: 3625893.

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

Color convert

RGB1658355-
CMYK00.500.670.35
HSL15.27º50%43.14%-
HSV(B)15.27º66.67%64.71%-
XYZ19.314.465.39-
YUV104.33100.17171.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=54.46%
G=27.39%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165835500.500.670.3515.275043.14
HexA553370324323f322b
Octal2451236706210343176253
Binary101001011010011110111011001010000111000111111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55337; }

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

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

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

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

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

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

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

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