#A84E34

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

Shades of Orange Roughy #A84E34

Tints of Orange Roughy #A84E34

Color information

#A84E34 (or 0xA84E34) is unknown color: approx Orange Roughy. HEX triplet: A8, 4E and 34. RGB value is (168,78,52). Sum of RGB (Red+Green+Blue) = 168+78+52=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E34 is #57B1CB. Grayscale: #666666. Windows color (decimal): -5747148 or 3428008. OLE color: 3428008.

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

Color convert

RGB1687852-
CMYK00.540.690.34
HSL13.45º52.73%43.14%-
HSV(B)13.45º69.05%65.88%-
XYZ19.4914.024.93-
YUV101.9599.82175.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=56.38%
G=26.17%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168785200.540.690.3413.4552.7343.14
HexA84E340364522d352b
Octal2501166406610542156553
Binary101010001001110110100011011010001011000101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E34; }

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

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

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

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

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

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

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

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