#A74A33

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

Shades of Orange Roughy #A74A33

Tints of Orange Roughy #A74A33

Color information

#A74A33 (or 0xA74A33) is unknown color: approx Orange Roughy. HEX triplet: A7, 4A and 33. RGB value is (167,74,51). Sum of RGB (Red+Green+Blue) = 167+74+51=292 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.19% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A33 is #58B5CC. Grayscale: #636363. Windows color (decimal): -5813709 or 3361447. OLE color: 3361447.

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

Color convert

RGB1677451-
CMYK00.560.690.35
HSL11.9º53.21%42.75%-
HSV(B)11.9º69.46%65.49%-
XYZ18.9813.354.71-
YUV99.18100.81176.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.19%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=57.19%
G=25.34%
B=17.47%

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
Decimal167745100.560.690.3511.953.2142.75
HexA74A330384523c352b
Octal2471126307010543146553
Binary101001111001010110011011100010001011000111100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A33; }

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

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

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

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

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

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

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

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