#A15239

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

Shades of Orange Roughy #A15239

Tints of Orange Roughy #A15239

Color information

#A15239 (or 0xA15239) is unknown color: approx Orange Roughy. HEX triplet: A1, 52 and 39. RGB value is (161,82,57). Sum of RGB (Red+Green+Blue) = 161+82+57=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A15239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15239 is #5EADC6. Grayscale: #666666. Windows color (decimal): -6204871 or 3756705. OLE color: 3756705.

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

Color convert

RGB1618257-
CMYK00.490.650.37
HSL14.42º47.71%42.75%-
HSV(B)14.42º64.6%63.14%-
XYZ18.4513.915.58-
YUV102.77102.17169.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 57 (22.66% from 255) = 19%
R=53.67%
G=27.33%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161825700.490.650.3714.4247.7142.75
HexA152390314125e302b
Octal2411227106110145166053
Binary101000011010010111001011000110000011001011110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15239; }

 p { color: rgb(161,82,57); }

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

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

 a { background-color: rgb(161,82,57); }

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

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

 span { border-color: rgb(161,82,57); }

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