#A24E35

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

Shades of Orange Roughy #A24E35

Tints of Orange Roughy #A24E35

Color information

#A24E35 (or 0xA24E35) is unknown color: approx Orange Roughy. HEX triplet: A2, 4E and 35. RGB value is (162,78,53). Sum of RGB (Red+Green+Blue) = 162+78+53=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24E35 is #5DB1CA. Grayscale: #646464. Windows color (decimal): -6140363 or 3493538. OLE color: 3493538.

HSL color Cylindrical-coordinate representation of color #A24E35: hue angle of 13.76º degrees, saturation: 0.51, 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 #A24E35 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1627853-
CMYK00.520.670.36
HSL13.76º50.7%42.16%-
HSV(B)13.76º67.28%63.53%-
XYZ18.2713.394.99-
YUV100.27101.33172.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=55.29%
G=26.62%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162785300.520.670.3613.7650.742.16
HexA24E350344324e332a
Octal2421166506410344166352
Binary101000101001110110101011010010000111001001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E35; }

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

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

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

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

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

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

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

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