#A24D34

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

Shades of Orange Roughy #A24D34

Tints of Orange Roughy #A24D34

Color information

#A24D34 (or 0xA24D34) is unknown color: approx Orange Roughy. HEX triplet: A2, 4D and 34. RGB value is (162,77,52). Sum of RGB (Red+Green+Blue) = 162+77+52=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24D34 is #5DB2CB. Grayscale: #636363. Windows color (decimal): -6140620 or 3427746. OLE color: 3427746.

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

Color convert

RGB1627752-
CMYK00.520.680.36
HSL13.64º51.4%41.96%-
HSV(B)13.64º67.9%63.53%-
XYZ18.1713.244.85-
YUV99.56101.16172.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 77 (30.47% from 255) = 26.46%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=55.67%
G=26.46%
B=17.87%

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
Decimal162775200.520.680.3613.6451.441.96
HexA24D340344424e332a
Octal2421156406410444166352
Binary101000101001101110100011010010001001001001110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D34; }

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

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

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

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

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

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

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

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