#A25238

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

Shades of Orange Roughy #A25238

Tints of Orange Roughy #A25238

Color information

#A25238 (or 0xA25238) is unknown color: approx Orange Roughy. HEX triplet: A2, 52 and 38. RGB value is (162,82,56). Sum of RGB (Red+Green+Blue) = 162+82+56=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A25238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25238 is #5DADC7. Grayscale: #676767. Windows color (decimal): -6139336 or 3691170. OLE color: 3691170.

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

Color convert

RGB1628256-
CMYK00.490.650.36
HSL14.72º48.62%42.75%-
HSV(B)14.72º65.43%63.53%-
XYZ18.63145.46-
YUV102.96101.5170.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=54%
G=27.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162825600.490.650.3614.7248.6242.75
HexA252380314124f312b
Octal2421227006110144176153
Binary101000101010010111000011000110000011001001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25238; }

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

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

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

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

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

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

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

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