#A74E3C

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

Shades of Orange Roughy #A74E3C

Tints of Orange Roughy #A74E3C

Color information

#A74E3C (or 0xA74E3C) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 3C. RGB value is (167,78,60). Sum of RGB (Red+Green+Blue) = 167+78+60=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E3C is #58B1C3. Grayscale: #666666. Windows color (decimal): -5812676 or 3952295. OLE color: 3952295.

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

Color convert

RGB1677860-
CMYK00.530.640.35
HSL10.09º47.14%44.51%-
HSV(B)10.09º64.07%65.49%-
XYZ19.4813.995.95-
YUV102.56103.99173.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.75%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=54.75%
G=25.57%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167786000.530.640.3510.0947.1444.51
HexA74E3C0354023a2f2d
Octal2471167406510043125755
Binary101001111001110111100011010110000001000111010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E3C; }

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

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

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

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

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

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

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

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