#A24F32

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

Shades of Orange Roughy #A24F32

Tints of Orange Roughy #A24F32

Color information

#A24F32 (or 0xA24F32) is unknown color: approx Orange Roughy. HEX triplet: A2, 4F and 32. RGB value is (162,79,50). Sum of RGB (Red+Green+Blue) = 162+79+50=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F32 is #5DB0CD. Grayscale: #646464. Windows color (decimal): -6140110 or 3297186. OLE color: 3297186.

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

Color convert

RGB1627950-
CMYK00.510.690.36
HSL15.54º52.83%41.57%-
HSV(B)15.54º69.14%63.53%-
XYZ18.2713.54.66-
YUV100.5199.5171.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=55.67%
G=27.15%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162795000.510.690.3615.5452.8341.57
HexA24F32033452410352a
Octal2421176206310544206552
Binary1010001010011111100100110011100010110010010000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F32; }

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

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

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

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

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

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

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

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