#A24C32

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

Shades of Orange Roughy #A24C32

Tints of Orange Roughy #A24C32

Color information

#A24C32 (or 0xA24C32) is unknown color: approx Orange Roughy. HEX triplet: A2, 4C and 32. RGB value is (162,76,50). Sum of RGB (Red+Green+Blue) = 162+76+50=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C32 is #5DB3CD. Grayscale: #626262. Windows color (decimal): -6140878 or 3296418. OLE color: 3296418.

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

Color convert

RGB1627650-
CMYK00.530.690.36
HSL13.93º52.83%41.57%-
HSV(B)13.93º69.14%63.53%-
XYZ18.0613.084.59-
YUV98.75100.49173.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=56.25%
G=26.39%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162765000.530.690.3613.9352.8341.57
HexA24C320354524e352a
Octal2421146206510544166552
Binary101000101001100110010011010110001011001001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C32; }

 p { color: rgb(162,76,50); }

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

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

 a { background-color: rgb(162,76,50); }

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

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

 span { border-color: rgb(162,76,50); }

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