#A74E3B

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

Shades of Orange Roughy #A74E3B

Tints of Orange Roughy #A74E3B

Color information

#A74E3B (or 0xA74E3B) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 3B. RGB value is (167,78,59). Sum of RGB (Red+Green+Blue) = 167+78+59=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E3B is #58B1C4. Grayscale: #666666. Windows color (decimal): -5812677 or 3886759. OLE color: 3886759.

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

Color convert

RGB1677859-
CMYK00.530.650.35
HSL10.56º47.79%44.31%-
HSV(B)10.56º64.67%65.49%-
XYZ19.4513.985.81-
YUV102.44103.49174.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=54.93%
G=25.66%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167785900.530.650.3510.5647.7944.31
HexA74E3B0354123b302c
Octal2471167306510143136054
Binary101001111001110111011011010110000011000111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E3B; }

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

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

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

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

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

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

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

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