#A74E37

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

Shades of Orange Roughy #A74E37

Tints of Orange Roughy #A74E37

Color information

#A74E37 (or 0xA74E37) is unknown color: approx Orange Roughy. HEX triplet: A7, 4E and 37. RGB value is (167,78,55). Sum of RGB (Red+Green+Blue) = 167+78+55=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E37 is #58B1C8. Grayscale: #666666. Windows color (decimal): -5812681 or 3624615. OLE color: 3624615.

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

Color convert

RGB1677855-
CMYK00.530.670.35
HSL12.32º50.45%43.53%-
HSV(B)12.32º67.07%65.49%-
XYZ19.3513.945.29-
YUV101.99101.49174.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.67%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 55 (21.88% from 255) = 18.33%
R=55.67%
G=26%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167785500.530.670.3512.3250.4543.53
HexA74E370354323c322c
Octal2471166706510343146254
Binary101001111001110110111011010110000111000111100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E37; }

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

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

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

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

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

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

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

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