#A24C31

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

Shades of Orange Roughy #A24C31

Tints of Orange Roughy #A24C31

Color information

#A24C31 (or 0xA24C31) is unknown color: approx Orange Roughy. HEX triplet: A2, 4C and 31. RGB value is (162,76,49). Sum of RGB (Red+Green+Blue) = 162+76+49=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24C31 is #5DB3CE. Grayscale: #626262. Windows color (decimal): -6140879 or 3230882. OLE color: 3230882.

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

Color convert

RGB1627649-
CMYK00.530.700.36
HSL14.34º53.55%41.37%-
HSV(B)14.34º69.75%63.53%-
XYZ18.0413.074.48-
YUV98.6499.99173.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=56.45%
G=26.48%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162764900.530.700.3614.3453.5541.37
HexA24C310354624e3629
Octal2421146106510644166651
Binary101000101001100110001011010110001101001001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C31; }

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

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

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

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

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

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

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

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