#A24F36

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

Shades of Orange Roughy #A24F36

Tints of Orange Roughy #A24F36

Color information

#A24F36 (or 0xA24F36) is unknown color: approx Orange Roughy. HEX triplet: A2, 4F and 36. RGB value is (162,79,54). Sum of RGB (Red+Green+Blue) = 162+79+54=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F36 is #5DB0C9. Grayscale: #656565. Windows color (decimal): -6140106 or 3559330. OLE color: 3559330.

HSL color Cylindrical-coordinate representation of color #A24F36: hue angle of 13.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24F36 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1627954-
CMYK00.510.670.36
HSL13.89º50%42.35%-
HSV(B)13.89º66.67%63.53%-
XYZ18.3613.545.14-
YUV100.97101.5171.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=54.92%
G=26.78%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162795400.510.670.3613.895042.35
HexA24F360334324e322a
Octal2421176606310344166252
Binary101000101001111110110011001110000111001001110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F36; }

 p { color: rgb(162,79,54); }

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

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

 a { background-color: rgb(162,79,54); }

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

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

 span { border-color: rgb(162,79,54); }

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