#A85139

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

Shades of Orange Roughy #A85139

Tints of Orange Roughy #A85139

Color information

#A85139 (or 0xA85139) is unknown color: approx Orange Roughy. HEX triplet: A8, 51 and 39. RGB value is (168,81,57). Sum of RGB (Red+Green+Blue) = 168+81+57=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A85139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85139 is #57AEC6. Grayscale: #686868. Windows color (decimal): -5746375 or 3756456. OLE color: 3756456.

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

Color convert

RGB1688157-
CMYK00.520.660.34
HSL12.97º49.33%44.12%-
HSV(B)12.97º66.07%65.88%-
XYZ19.8314.515.63-
YUV104.28101.32173.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.90%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 57 (22.66% from 255) = 18.63%
R=54.90%
G=26.47%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168815700.520.660.3412.9749.3344.12
HexA851390344222d312c
Octal2501217106410242156154
Binary101010001010001111001011010010000101000101101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85139; }

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

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

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

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

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

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

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

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