#A85439

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

Shades of Orange Roughy #A85439

Tints of Orange Roughy #A85439

Color information

#A85439 (or 0xA85439) is unknown color: approx Orange Roughy. HEX triplet: A8, 54 and 39. RGB value is (168,84,57). Sum of RGB (Red+Green+Blue) = 168+84+57=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A85439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85439 is #57ABC6. Grayscale: #6A6A6A. Windows color (decimal): -5745607 or 3757224. OLE color: 3757224.

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

Color convert

RGB1688457-
CMYK00.50.660.34
HSL14.59º49.33%44.12%-
HSV(B)14.59º66.07%65.88%-
XYZ20.0614.965.7-
YUV106.04100.33172.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=54.37%
G=27.18%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168845700.50.660.3414.5949.3344.12
HexA854390324222f312c
Octal2501247106210242176154
Binary101010001010100111001011001010000101000101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85439; }

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

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

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

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

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

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

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

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