#A24F3B

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

Shades of Orange Roughy #A24F3B

Tints of Orange Roughy #A24F3B

Color information

#A24F3B (or 0xA24F3B) is unknown color: approx Orange Roughy. HEX triplet: A2, 4F and 3B. RGB value is (162,79,59). Sum of RGB (Red+Green+Blue) = 162+79+59=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F3B is #5DB0C4. Grayscale: #656565. Windows color (decimal): -6140101 or 3887010. OLE color: 3887010.

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

Color convert

RGB1627959-
CMYK00.510.640.36
HSL11.65º46.61%43.33%-
HSV(B)11.65º63.58%63.53%-
XYZ18.4913.595.79-
YUV101.54104171.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 59 (23.44% from 255) = 19.67%
R=54%
G=26.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162795900.510.640.3611.6546.6143.33
HexA24F3B0334024c2f2b
Octal2421177306310044145753
Binary101000101001111111011011001110000001001001100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F3B; }

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

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

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

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

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

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

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

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