#A24D39

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

Shades of Orange Roughy #A24D39

Tints of Orange Roughy #A24D39

Color information

#A24D39 (or 0xA24D39) is unknown color: approx Orange Roughy. HEX triplet: A2, 4D and 39. RGB value is (162,77,57). Sum of RGB (Red+Green+Blue) = 162+77+57=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D39 is #5DB2C6. Grayscale: #646464. Windows color (decimal): -6140615 or 3755426. OLE color: 3755426.

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

Color convert

RGB1627757-
CMYK00.520.650.36
HSL11.43º47.95%42.94%-
HSV(B)11.43º64.81%63.53%-
XYZ18.2913.285.47-
YUV100.14103.66172.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=54.73%
G=26.01%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162775700.520.650.3611.4347.9542.94
HexA24D390344124b302b
Octal2421157106410144136053
Binary101000101001101111001011010010000011001001011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D39; }

 p { color: rgb(162,77,57); }

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

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

 a { background-color: rgb(162,77,57); }

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

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

 span { border-color: rgb(162,77,57); }

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