#A74933

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

Shades of Orange Roughy #A74933

Tints of Orange Roughy #A74933

Color information

#A74933 (or 0xA74933) is unknown color: approx Orange Roughy. HEX triplet: A7, 49 and 33. RGB value is (167,73,51). Sum of RGB (Red+Green+Blue) = 167+73+51=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A74933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74933 is #58B6CC. Grayscale: #626262. Windows color (decimal): -5813965 or 3361191. OLE color: 3361191.

HSL color Cylindrical-coordinate representation of color #A74933: hue angle of 11.38º 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 #A74933 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1677351-
CMYK00.560.690.35
HSL11.38º53.21%42.75%-
HSV(B)11.38º69.46%65.49%-
XYZ18.9213.224.69-
YUV98.6101.14176.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=57.39%
G=25.09%
B=17.53%

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
Decimal167735100.560.690.3511.3853.2142.75
HexA749330384523b352b
Octal2471116307010543136553
Binary101001111001001110011011100010001011000111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74933; }

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

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

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

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

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

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

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

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