#A84E37

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

Shades of Orange Roughy #A84E37

Tints of Orange Roughy #A84E37

Color information

#A84E37 (or 0xA84E37) is unknown color: approx Orange Roughy. HEX triplet: A8, 4E and 37. RGB value is (168,78,55). Sum of RGB (Red+Green+Blue) = 168+78+55=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E37 is #57B1C8. Grayscale: #666666. Windows color (decimal): -5747145 or 3624616. OLE color: 3624616.

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

Color convert

RGB1687855-
CMYK00.540.670.34
HSL12.21º50.67%43.73%-
HSV(B)12.21º67.26%65.88%-
XYZ19.5614.055.3-
YUV102.29101.32174.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=55.81%
G=25.91%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168785500.540.670.3412.2150.6743.73
HexA84E370364322c332c
Octal2501166706610342146354
Binary101010001001110110111011011010000111000101100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E37; }

 p { color: rgb(168,78,55); }

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

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

 a { background-color: rgb(168,78,55); }

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

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

 span { border-color: rgb(168,78,55); }

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