#A84F39

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

Shades of Orange Roughy #A84F39

Tints of Orange Roughy #A84F39

Color information

#A84F39 (or 0xA84F39) is unknown color: approx Orange Roughy. HEX triplet: A8, 4F and 39. RGB value is (168,79,57). Sum of RGB (Red+Green+Blue) = 168+79+57=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F39 is #57B0C6. Grayscale: #676767. Windows color (decimal): -5746887 or 3755944. OLE color: 3755944.

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

Color convert

RGB1687957-
CMYK00.530.660.34
HSL11.89º49.33%44.12%-
HSV(B)11.89º66.07%65.88%-
XYZ19.6814.215.58-
YUV103.1101.99174.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=55.26%
G=25.99%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168795700.530.660.3411.8949.3344.12
HexA84F390354222c312c
Octal2501177106510242146154
Binary101010001001111111001011010110000101000101100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F39; }

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

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

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

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

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

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

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

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