#A25237

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

Shades of Orange Roughy #A25237

Tints of Orange Roughy #A25237

Color information

#A25237 (or 0xA25237) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 37. RGB value is (162,82,55). Sum of RGB (Red+Green+Blue) = 162+82+55=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25237 is #5DADC8. Grayscale: #676767. Windows color (decimal): -6139337 or 3625634. OLE color: 3625634.

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

Color convert

RGB1628255-
CMYK00.490.660.36
HSL15.14º49.31%42.55%-
HSV(B)15.14º66.05%63.53%-
XYZ18.6113.995.33-
YUV102.84101170.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 55 (21.88% from 255) = 18.39%
R=54.18%
G=27.42%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162825500.490.660.3615.1449.3142.55
HexA252370314224f312b
Octal2421226706110244176153
Binary101000101010010110111011000110000101001001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25237; }

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

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

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

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

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

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

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

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