#A25037

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

Shades of Orange Roughy #A25037

Tints of Orange Roughy #A25037

Color information

#A25037 (or 0xA25037) is unknown color: approx Orange Roughy. HEX triplet: A2, 50 and 37. RGB value is (162,80,55). Sum of RGB (Red+Green+Blue) = 162+80+55=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A25037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25037 is #5DAFC8. Grayscale: #656565. Windows color (decimal): -6139849 or 3625122. OLE color: 3625122.

HSL color Cylindrical-coordinate representation of color #A25037: hue angle of 14.02º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A25037 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1628055-
CMYK00.510.660.36
HSL14.02º49.31%42.55%-
HSV(B)14.02º66.05%63.53%-
XYZ18.4613.695.28-
YUV101.67101.67171.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=54.55%
G=26.94%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162805500.510.660.3614.0249.3142.55
HexA250370334224e312b
Octal2421206706310244166153
Binary101000101010000110111011001110000101001001110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25037; }

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

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

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

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

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

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

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

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