#A25138

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

Shades of Orange Roughy #A25138

Tints of Orange Roughy #A25138

Color information

#A25138 (or 0xA25138) is unknown color: approx Orange Roughy. HEX triplet: A2, 51 and 38. RGB value is (162,81,56). Sum of RGB (Red+Green+Blue) = 162+81+56=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25138 is #5DAEC7. Grayscale: #666666. Windows color (decimal): -6139592 or 3690914. OLE color: 3690914.

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

Color convert

RGB1628156-
CMYK00.500.650.36
HSL14.15º48.62%42.75%-
HSV(B)14.15º65.43%63.53%-
XYZ18.5613.855.44-
YUV102.37101.84170.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=54.18%
G=27.09%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162815600.500.650.3614.1548.6242.75
HexA251380324124e312b
Octal2421217006210144166153
Binary101000101010001111000011001010000011001001110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25138; }

 p { color: rgb(162,81,56); }

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

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

 a { background-color: rgb(162,81,56); }

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

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

 span { border-color: rgb(162,81,56); }

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