#A55238

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

Shades of Orange Roughy #A55238

Tints of Orange Roughy #A55238

Color information

#A55238 (or 0xA55238) is unknown color: approx Orange Roughy. HEX triplet: A5, 52 and 38. RGB value is (165,82,56). Sum of RGB (Red+Green+Blue) = 165+82+56=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A55238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55238 is #5AADC7. Grayscale: #686868. Windows color (decimal): -5942728 or 3691173. OLE color: 3691173.

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

Color convert

RGB1658256-
CMYK00.500.660.35
HSL14.31º49.32%43.33%-
HSV(B)14.31º66.06%64.71%-
XYZ19.2514.325.49-
YUV103.85101171.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.46%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 56 (22.27% from 255) = 18.48%
R=54.46%
G=27.06%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165825600.500.660.3514.3149.3243.33
HexA552380324223e312b
Octal2451227006210243166153
Binary101001011010010111000011001010000101000111110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55238; }

 p { color: rgb(165,82,56); }

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

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

 a { background-color: rgb(165,82,56); }

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

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

 span { border-color: rgb(165,82,56); }

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