#A94E3A

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

Shades of Orange Roughy #A94E3A

Tints of Orange Roughy #A94E3A

Color information

#A94E3A (or 0xA94E3A) is unknown color: approx Orange Roughy. HEX triplet: A9, 4E and 3A. RGB value is (169,78,58). Sum of RGB (Red+Green+Blue) = 169+78+58=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E3A is #56B1C5. Grayscale: #676767. Windows color (decimal): -5681606 or 3821225. OLE color: 3821225.

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

Color convert

RGB1697858-
CMYK00.540.660.34
HSL10.81º48.9%44.51%-
HSV(B)10.81º65.68%66.27%-
XYZ19.8514.195.7-
YUV102.93102.65175.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.41%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=55.41%
G=25.57%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169785800.540.660.3410.8148.944.51
HexA94E3A0364222b312d
Octal2511167206610242136155
Binary101010011001110111010011011010000101000101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E3A; }

 p { color: rgb(169,78,58); }

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

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

 a { background-color: rgb(169,78,58); }

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

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

 span { border-color: rgb(169,78,58); }

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