#A74E39

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

Shades of Orange Roughy #A74E39

Tints of Orange Roughy #A74E39

Color information

#A74E39 (or 0xA74E39) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 39. RGB value is (167,78,57). Sum of RGB (Red+Green+Blue) = 167+78+57=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E39 is #58B1C6. Grayscale: #666666. Windows color (decimal): -5812679 or 3755687. OLE color: 3755687.

HSL color Cylindrical-coordinate representation of color #A74E39: hue angle of 11.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A74E39 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1677857-
CMYK00.530.660.35
HSL11.45º49.11%43.92%-
HSV(B)11.45º65.87%65.49%-
XYZ19.413.965.54-
YUV102.22102.49174.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.30%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=55.30%
G=25.83%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167785700.530.660.3511.4549.1143.92
HexA74E390354223b312c
Octal2471167106510243136154
Binary101001111001110111001011010110000101000111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E39; }

 p { color: rgb(167,78,57); }

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

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

 a { background-color: rgb(167,78,57); }

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

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

 span { border-color: rgb(167,78,57); }

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