#A24F3C

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

Shades of Orange Roughy #A24F3C

Tints of Orange Roughy #A24F3C

Color information

#A24F3C (or 0xA24F3C) is unknown color: approx Orange Roughy. HEX triplet: A2, 4F and 3C. RGB value is (162,79,60). Sum of RGB (Red+Green+Blue) = 162+79+60=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F3C is #5DB0C3. Grayscale: #656565. Windows color (decimal): -6140100 or 3952546. OLE color: 3952546.

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

Color convert

RGB1627960-
CMYK00.510.630.36
HSL11.18º45.95%43.53%-
HSV(B)11.18º62.96%63.53%-
XYZ18.5113.65.92-
YUV101.65104.5171.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.82%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=53.82%
G=26.25%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162796000.510.630.3611.1845.9543.53
HexA24F3C0333F24b2e2c
Octal242117740637744135654
Binary10100010100111111110001100111111111001001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F3C; }

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

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

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

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

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

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

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

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