#A24E34

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

Shades of Orange Roughy #A24E34

Tints of Orange Roughy #A24E34

Color information

#A24E34 (or 0xA24E34) is unknown color: approx Orange Roughy. HEX triplet: A2, 4E and 34. RGB value is (162,78,52). Sum of RGB (Red+Green+Blue) = 162+78+52=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E34 is #5DB1CB. Grayscale: #646464. Windows color (decimal): -6140364 or 3428002. OLE color: 3428002.

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

Color convert

RGB1627852-
CMYK00.520.680.36
HSL14.18º51.4%41.96%-
HSV(B)14.18º67.9%63.53%-
XYZ18.2413.384.87-
YUV100.15100.83172.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=55.48%
G=26.71%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162785200.520.680.3614.1851.441.96
HexA24E340344424e332a
Octal2421166406410444166352
Binary101000101001110110100011010010001001001001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E34; }

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

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

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

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

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

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

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

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