#A85239

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

Shades of Orange Roughy #A85239

Tints of Orange Roughy #A85239

Color information

#A85239 (or 0xA85239) is unknown color: approx Orange Roughy. HEX triplet: A8, 52 and 39. RGB value is (168,82,57). Sum of RGB (Red+Green+Blue) = 168+82+57=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85239 is #57ADC6. Grayscale: #696969. Windows color (decimal): -5746119 or 3756712. OLE color: 3756712.

HSL color Cylindrical-coordinate representation of color #A85239: hue angle of 13.51º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A85239 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1688257-
CMYK00.510.660.34
HSL13.51º49.33%44.12%-
HSV(B)13.51º66.07%65.88%-
XYZ19.914.655.65-
YUV104.86100.99173.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 57 (22.66% from 255) = 18.57%
R=54.72%
G=26.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168825700.510.660.3413.5149.3344.12
HexA852390334222e312c
Octal2501227106310242166154
Binary101010001010010111001011001110000101000101110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85239; }

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

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

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

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

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

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

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

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