#A25036

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

Shades of Orange Roughy #A25036

Tints of Orange Roughy #A25036

Color information

#A25036 (or 0xA25036) is unknown color: approx Orange Roughy. HEX triplet: A2, 50 and 36. RGB value is (162,80,54). Sum of RGB (Red+Green+Blue) = 162+80+54=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25036 is #5DAFC9. Grayscale: #656565. Windows color (decimal): -6139850 or 3559586. OLE color: 3559586.

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

Color convert

RGB1628054-
CMYK00.510.670.36
HSL14.44º50%42.35%-
HSV(B)14.44º66.67%63.53%-
XYZ18.4313.695.16-
YUV101.55101.17171.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=54.73%
G=27.03%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162805400.510.670.3614.445042.35
HexA250360334324e322a
Octal2421206606310344166252
Binary101000101010000110110011001110000111001001110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25036; }

 p { color: rgb(162,80,54); }

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

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

 a { background-color: rgb(162,80,54); }

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

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

 span { border-color: rgb(162,80,54); }

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