#A85039

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

Shades of Orange Roughy #A85039

Tints of Orange Roughy #A85039

Color information

#A85039 (or 0xA85039) is unknown color: approx Orange Roughy. HEX triplet: A8, 50 and 39. RGB value is (168,80,57). Sum of RGB (Red+Green+Blue) = 168+80+57=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85039 is #57AFC6. Grayscale: #676767. Windows color (decimal): -5746631 or 3756200. OLE color: 3756200.

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

Color convert

RGB1688057-
CMYK00.520.660.34
HSL12.43º49.33%44.12%-
HSV(B)12.43º66.07%65.88%-
XYZ19.7614.365.6-
YUV103.69101.65173.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.08%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=55.08%
G=26.23%
B=18.69%

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
Decimal168805700.520.660.3412.4349.3344.12
HexA850390344222c312c
Octal2501207106410242146154
Binary101010001010000111001011010010000101000101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85039; }

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

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

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

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

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

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

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

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