#A74E31

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

Shades of Orange Roughy #A74E31

Tints of Orange Roughy #A74E31

Color information

#A74E31 (or 0xA74E31) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 31. RGB value is (167,78,49). Sum of RGB (Red+Green+Blue) = 167+78+49=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E31 is #58B1CE. Grayscale: #656565. Windows color (decimal): -5812687 or 3231399. OLE color: 3231399.

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

Color convert

RGB1677849-
CMYK00.530.710.35
HSL14.75º54.63%42.35%-
HSV(B)14.75º70.66%65.49%-
XYZ19.2213.894.57-
YUV101.398.49174.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=56.80%
G=26.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167784900.530.710.3514.7554.6342.35
HexA74E310354723f372a
Octal2471166106510743176752
Binary101001111001110110001011010110001111000111111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E31; }

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

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

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

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

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

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

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

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