#A25337

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

Shades of Orange Roughy #A25337

Tints of Orange Roughy #A25337

Color information

#A25337 (or 0xA25337) is unknown color: approx Orange Roughy. HEX triplet: A2, 53 and 37. RGB value is (162,83,55). Sum of RGB (Red+Green+Blue) = 162+83+55=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25337 is #5DACC8. Grayscale: #676767. Windows color (decimal): -6139081 or 3625890. OLE color: 3625890.

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

Color convert

RGB1628355-
CMYK00.490.660.36
HSL15.7º49.31%42.55%-
HSV(B)15.7º66.05%63.53%-
XYZ18.6814.145.36-
YUV103.43100.67169.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=54%
G=27.67%
B=18.33%

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
Decimal162835500.490.660.3615.749.3142.55
HexA25337031422410312b
Octal2421236706110244206153
Binary1010001010100111101110110001100001010010010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25337; }

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

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

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

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

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

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

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

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