#A24E37

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

Shades of Orange Roughy #A24E37

Tints of Orange Roughy #A24E37

Color information

#A24E37 (or 0xA24E37) is unknown color: approx Orange Roughy. HEX triplet: A2, 4E and 37. RGB value is (162,78,55). Sum of RGB (Red+Green+Blue) = 162+78+55=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E37 is #5DB1C8. Grayscale: #646464. Windows color (decimal): -6140361 or 3624610. OLE color: 3624610.

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

Color convert

RGB1627855-
CMYK00.520.660.36
HSL12.9º49.31%42.55%-
HSV(B)12.9º66.05%63.53%-
XYZ18.3113.415.24-
YUV100.49102.33171.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=54.92%
G=26.44%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162785500.520.660.3612.949.3142.55
HexA24E370344224d312b
Octal2421166706410244156153
Binary101000101001110110111011010010000101001001101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E37; }

 p { color: rgb(162,78,55); }

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

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

 a { background-color: rgb(162,78,55); }

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

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

 span { border-color: rgb(162,78,55); }

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