#A74934

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

Shades of Orange Roughy #A74934

Tints of Orange Roughy #A74934

Color information

#A74934 (or 0xA74934) is unknown color: approx Orange Roughy. HEX triplet: A7, 49 and 34. RGB value is (167,73,52). Sum of RGB (Red+Green+Blue) = 167+73+52=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A74934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74934 is #58B6CB. Grayscale: #626262. Windows color (decimal): -5813964 or 3426727. OLE color: 3426727.

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

Color convert

RGB1677352-
CMYK00.560.690.35
HSL10.96º52.51%42.94%-
HSV(B)10.96º68.86%65.49%-
XYZ18.9413.234.8-
YUV98.71101.64176.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.19%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=57.19%
G=25%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167735200.560.690.3510.9652.5142.94
HexA749340384523b352b
Octal2471116407010543136553
Binary101001111001001110100011100010001011000111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74934; }

 p { color: rgb(167,73,52); }

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

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

 a { background-color: rgb(167,73,52); }

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

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

 span { border-color: rgb(167,73,52); }

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