#A74E36

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

Shades of Orange Roughy #A74E36

Tints of Orange Roughy #A74E36

Color information

#A74E36 (or 0xA74E36) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 36. RGB value is (167,78,54). Sum of RGB (Red+Green+Blue) = 167+78+54=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E36 is #58B1C9. Grayscale: #666666. Windows color (decimal): -5812682 or 3559079. OLE color: 3559079.

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

Color convert

RGB1677854-
CMYK00.530.680.35
HSL12.74º51.13%43.33%-
HSV(B)12.74º67.66%65.49%-
XYZ19.3313.935.16-
YUV101.88100.99174.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=55.85%
G=26.09%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167785400.530.680.3512.7451.1343.33
HexA74E360354423d332b
Octal2471166606510443156353
Binary101001111001110110110011010110001001000111101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E36; }

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

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

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

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

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

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

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

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